test1.fs (117B)
1 uniform sampler2D uTexture; 2 varying vec2 vTexCoord; 3 4 void main() { 5 gl_FragColor = texture2D(uTexture, vTexCoord); 6 }