0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-08 09:51:22 +00:00
raze/wadsrc/static/shaders_gles/glsl/stencil.fp

8 lines
61 B
Text
Raw Normal View History

2021-09-18 11:03:36 +00:00
void main()
{
gl_FragColor = vec4(1.0, 1.0, 1.0, 0.0);
}