raze/wadsrc/static/shaders_gles/glsl/func_normal.fp
2021-09-18 13:03:36 +02:00

5 lines
92 B
GLSL

void SetupMaterial(inout Material material)
{
SetMaterialProps(material, vTexCoord.st);
}