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

7 lines
58 B
GLSL

vec4 ProcessTexel()
{
return getTexel(vTexCoord.st);
}