opengl_fragment.glsl 85 B

1234567
  1. uniform lowp vec4 materialColor;
  2. void main(void)
  3. {
  4. gl_FragColor = materialColor;
  5. }