2
0

glsl_simple.frag 65 B

12345
  1. #version 130
  2. void main() {
  3. gl_FragColor = vec4(0, 0, 0, 1);
  4. }