mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
6 lines
92 B
Text
6 lines
92 B
Text
|
|
||
|
void SetupMaterial(inout Material material)
|
||
|
{
|
||
|
SetMaterialProps(material, vTexCoord.st);
|
||
|
}
|