opengl_fragment.glsl 85 B

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