gzdoom/wadsrc/static/shaders/glsl/func_normal.fp
2014-07-15 00:19:41 +02:00

6 lines
58 B
GLSL

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