mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
6 lines
129 B
Text
6 lines
129 B
Text
|
|
||
|
vec3 ProcessMaterial(vec3 material, vec3 color)
|
||
|
{
|
||
|
return material * clamp(color + desaturate(uDynLightColor).rgb, 0.0, 1.4);
|
||
|
}
|