码迷,mamicode.com
首页 > 其他好文 > 详细

GLSL ES 3.0 和 2.0 的区别

时间:2019-02-10 09:34:15      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:pos   输出   att   内置函数   位置   ext   text   version   删除   

GLSL ES 3.0 和 2.0 的区别

语法区别

  • attribute和varying。 取而代之的是 in和out
  • 头文件多了个#version 300 es
  • 纹理 texture2D 和 texture3D 统统改为 texture
  • 内置函数gl_FragColor和gl_FragData删除,如果片段着色器要输出用out声明字段输出。不过保留了gl_Position
  • layout,可直接指定位置

GLSL ES 3.0 和 2.0 的区别

标签:pos   输出   att   内置函数   位置   ext   text   version   删除   

原文地址:https://www.cnblogs.com/flypopo/p/10358589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!