gzdoom/wadsrc/static/shaders/glsl/func_notexture.fp

7 lines
46 B
Plaintext
Raw Normal View History

vec4 Process(vec4 color)
{
return color;
}