mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
7 lines
61 B
Text
7 lines
61 B
Text
|
|
||
|
vec4 ProcessTexel()
|
||
|
{
|
||
|
return desaturate(uObjectColor);
|
||
|
}
|
||
|
|