mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-07 13:30:16 +00:00
6 lines
50 B
Text
6 lines
50 B
Text
|
|
||
|
vec4 ProcessLight(vec4 color)
|
||
|
{
|
||
|
return color;
|
||
|
}
|