opengl_fragment.glsl 46 B

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