gzdoom/wadsrc/static/shaders/glsl/func_notexture.fp
Christoph Oelckers e00847f64b - GZDoom solution file
- missing GL resources for gzdoom.pk3.
2013-06-23 11:13:01 +02:00

6 lines
46 B
GLSL

vec4 Process(vec4 color)
{
return color;
}