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