opengl_fragment.glsl 77 B

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