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