0
0
Fork 0
mirror of https://github.com/DrBeef/Raze.git synced 2025-03-04 16:30:58 +00:00
raze/wadsrc/static/shaders_gles/glsl/func_notexture.fp
2021-09-18 13:03:36 +02:00

6 lines
61 B
GLSL

vec4 ProcessTexel()
{
return desaturate(uObjectColor);
}