mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 09:21:12 +00:00
6 lines
61 B
GLSL
6 lines
61 B
GLSL
|
|
vec4 ProcessTexel()
|
|
{
|
|
return desaturate(uObjectColor);
|
|
}
|
|
|