glsltest1_fragshaderA.txt 81 B

123456
  1. varying mediump vec4 basecolor;
  2. void main(void)
  3. {
  4. gl_FragColor = basecolor;
  5. }