shader 里的texture2D 什么意思

vec4 texture2D(sampler2D sampler, vec2 coord)
The texture2D function returns a texel, i.e. the (color) value of the texture for the given coordinates.
第一个参数代表图片纹理,第二个参数代表纹理坐标点,通过GLSL的内建函数texture2D来获取对应位置纹理的颜色RGBA值


作者:啵啵_long_港
链接:https://www.jianshu.com/p/ca9e9ff50c5b
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
posted @ 2020-04-09 17:53  亡命之徒ali  阅读(5635)  评论(0编辑  收藏  举报