1 2 3 4 5 6 7
varying vec2 varTex0; void main() { lowp vec4 col = texture2D(UNI_color, varTex0).rgba; gl_FragColor = col; }