mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-12 13:42:53 +00:00
5 lines
69 B
GLSL
5 lines
69 B
GLSL
|
|
vec4 ProcessLight(Material material, vec4 color)
|
|
{
|
|
return color;
|
|
}
|