opengl_fragment.glsl 46 B

1234
  1. void main(void)
  2. {
  3. gl_FragColor = gl_Color;
  4. }