美文网首页
Fixed Function Shader(一)

Fixed Function Shader(一)

作者: River_Wu | 来源:发表于2017-09-11 20:43 被阅读0次

Fixed Function Shader,可以在任何硬件上使用。

ShaderLab基本结构properties(不是必须), subshader(必须), fallback(不是必须)。

*除了surface shader,其他shader都需要pass通道,surface shader实际是对vertex & fragment shader的包装。

相关文章

网友评论

      本文标题:Fixed Function Shader(一)

      本文链接:https://www.haomeiwen.com/subject/gpofsxtx.html