stencil_clear.swsl 43 B

123
  1. void fragment() {
  2. COLOR = vec4(0.0);
  3. }