mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-23 09:51:26 +00:00
5 lines
92 B
GLSL
5 lines
92 B
GLSL
|
|
void SetupMaterial(inout Material material)
|
|
{
|
|
material.Base = desaturate(uObjectColor);
|
|
}
|