glsl_simple_legacy.frag 65 B

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