mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-07 13:30:16 +00:00
4d005bdfa0
All those special shaders have been merged together. Mostly working but the non-shader lighting seems a bit broken.
5 lines
50 B
GLSL
5 lines
50 B
GLSL
|
|
vec4 ProcessLight(vec4 color)
|
|
{
|
|
return color;
|
|
}
|