0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-09 19:01:09 +00:00
qzdoom/wadsrc/static/shaders_gles/glsl/func_notexture.fp

7 lines
61 B
Text
Raw Normal View History

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