您的位置:首页 > 其它

graphics shaders : theory and practice 2 命名规范

2012-10-30 00:38 246 查看
Prefix

a Attribute (from application) aColor

u Uniform (from application) uModelViewMatrix

v Vertex Shader vST

tc Tessellation Control Shader tcRadius

te Tessellation Evaluation Shader teNormal

g Geometry Shader gNormal

f Fragment Shader fFragColor
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: