问题标签 [cg-toolkit]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1227 浏览

opengl - 为什么 CG 着色器不能与 GL 3.2 一起使用?

我已经尽一切努力让 OpenGL 3.2 在我的游戏引擎中使用 CG 着色器进行渲染,但我没有运气。所以我决定做一个简单的最小项目,但着色器仍然无法工作。理论上,我的测试项目应该只渲染一个红色三角形,但它是白色的,因为着色器没有做任何事情。

我将在这里发布代码:

我究竟做错了什么?

0 投票
0 回答
6 浏览

cg-toolkit - 当 CgCompiler 编译一个 cgfx 文件时?

在 cgfx 文件中查找一些代码,例如:

这是否意味着在绘制纹理之前,CgCompiler 会编译这个 cgfx 文件或函数?顺便说一句,Cg 中是否有任何有关课程的文档或教程?