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

6 lines
61 B
GLSL

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