gzdoom/wadsrc/static/shaders_gles/glsl/func_defaultlight.fp

6 lines
69 B
Text
Raw Normal View History

vec4 ProcessLight(Material material, vec4 color)
{
return color;
}