white.frag 61 B

1234567
  1. out vec4 FragColor;
  2. void main()
  3. {
  4. FragColor = vec4(1.0);
  5. }