mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-04 23:40:43 +00:00
6 lines
61 B
GLSL
6 lines
61 B
GLSL
|
|
vec4 ProcessTexel()
|
|
{
|
|
return desaturate(uObjectColor);
|
|
}
|
|
|