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