simple_color.frag 85 B

1234567
  1. #version 330 core
  2. in vec4 out_color;
  3. void main() {
  4. gl_FragColor = out_color;
  5. }