principia/data/shaders/ao_clear.fp
2025-03-04 21:51:19 +01:00

5 lines
63 B
GLSL

void main(void)
{
gl_FragColor = vec4(0.0,0.0,0.0,0.0);
}