qzdoom/wadsrc/static/shaders/glsl/func_normal.fp

7 lines
63 B
GLSL

vec4 ProcessTexel()
{
return getTexel(gl_TexCoord[0].st);
}