Files
OldThink/Resources/Shaders/stencilclear.swsl
2020-01-21 18:11:15 +01:00

4 lines
41 B
Plaintext

void fragment() {
COLOR = vec4(0);
}