opengl_fragment.glsl 77 B

1234567
  1. varying lowp vec4 varColor;
  2. void main(void)
  3. {
  4. gl_FragData[0] = varColor;
  5. }