Stencil.frag 78 B

123456
  1. #include "Uniforms.frag"
  2. void main()
  3. {
  4. gl_FragColor = vec4(1.0);
  5. }