0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-02-18 09:31:38 +00:00
raze-gles/wadsrc/static/shaders/glsl/func_defaultmat2.fp

7 lines
120 B
Text
Raw Normal View History

2020-04-26 21:17:54 +00:00
void SetupMaterial(inout Material material)
{
vec2 texCoord = GetTexCoord();
SetMaterialProps(material, texCoord);
}