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

7 lines
61 B
Text
Raw Permalink Normal View History

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