0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-02 23:11:51 +00:00
raze/wadsrc/static/shaders/glsl/func_defaultmat2.fp
2020-05-30 23:10:17 +02:00

6 lines
120 B
GLSL

void SetupMaterial(inout Material material)
{
vec2 texCoord = GetTexCoord();
SetMaterialProps(material, texCoord);
}