mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
5 lines
69 B
GLSL
5 lines
69 B
GLSL
|
|
vec4 ProcessLight(Material material, vec4 color)
|
|
{
|
|
return color;
|
|
}
|