mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-01 14:11:01 +00:00
6 lines
69 B
Text
6 lines
69 B
Text
|
|
||
|
vec4 ProcessLight(Material material, vec4 color)
|
||
|
{
|
||
|
return color;
|
||
|
}
|