gzdoom/wadsrc/static/shaders/scene/mateffect_default.glsl
2023-09-25 21:18:57 +02:00

5 lines
46 B
GLSL

vec2 GetTexCoord()
{
return vTexCoord.st;
}