0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-23 07:30:40 +00:00
raze-gles/wadsrc/static/shaders/glsl/func_notexture.fp

7 lines
61 B
Text
Raw Normal View History

2020-04-26 21:17:54 +00:00
vec4 ProcessTexel()
{
return desaturate(uObjectColor);
}