fragment.fs 91 B

123456789
  1. #version 460
  2. in vec4 varColor;
  3. out vec4 color;
  4. void main(void) {
  5. color = varColor;
  6. }