raze/wadsrc/static/shaders_gles/glsl/func_notexture.fp

7 lines
61 B
Text
Raw Normal View History

2021-09-18 11:03:36 +00:00
vec4 ProcessTexel()
{
return desaturate(uObjectColor);
}