0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-25 00:11:13 +00:00
raze-gles/wadsrc/static/shaders/glsl/func_notexture.fp
2020-05-30 23:10:17 +02:00

6 lines
61 B
GLSL

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