raze/wadsrc/static/shaders/glsl/func_defaultlight.fp

6 lines
69 B
Text
Raw Normal View History

2020-04-26 21:17:54 +00:00
vec4 ProcessLight(Material material, vec4 color)
{
return color;
}