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