color.fragment.fx 90 B

1234567
  1. precision highp float;
  2. uniform vec4 color;
  3. void main(void) {
  4. gl_FragColor = color;
  5. }