mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
5 lines
69 B
GLSL
5 lines
69 B
GLSL
|
|
vec4 ProcessLight(Material material, vec4 color)
|
|
{
|
|
return color;
|
|
}
|