gzdoom/wadsrc/static/shaders/glsl/func_notexture.fp

7 lines
61 B
GLSL

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