mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-15 08:52:04 +00:00
7 lines
120 B
Text
7 lines
120 B
Text
|
|
||
|
void SetupMaterial(inout Material material)
|
||
|
{
|
||
|
vec2 texCoord = GetTexCoord();
|
||
|
SetMaterialProps(material, texCoord);
|
||
|
}
|