• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1varying vec2 varTex0;
2
3void main() {
4   lowp vec4 col = texture2D(UNI_color, varTex0).rgba;
5   gl_FragColor = col;
6}
7
8