mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-29 23:42:33 +00:00
6 lines
69 B
Text
6 lines
69 B
Text
|
|
||
|
vec4 ProcessLight(Material material, vec4 color)
|
||
|
{
|
||
|
return color;
|
||
|
}
|