0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-02-13 15:11:46 +00:00
raze-gles/wadsrc/static/shaders_gles/glsl/func_defaultmat2.fp
2021-09-18 13:03:36 +02:00

6 lines
120 B
GLSL

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