mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-02 08:53:42 +00:00
6 lines
92 B
Text
6 lines
92 B
Text
|
|
||
|
void SetupMaterial(inout Material material)
|
||
|
{
|
||
|
SetMaterialProps(material, vTexCoord.st);
|
||
|
}
|