0

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

technique techname
{
   pass videoproc
   {
      VertexProgram = compile latest vertex();
      FragmentProgram = compile latest fragment():
   }
}

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

4

0 回答 0