texture2D

作者: 啵啵_long_港 | 来源:发表于2019-01-17 20:51 被阅读18次

    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值

    相关文章

      网友评论

        本文标题:texture2D

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