mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
6 lines
120 B
GLSL
6 lines
120 B
GLSL
|
|
void SetupMaterial(inout Material material)
|
|
{
|
|
vec2 texCoord = GetTexCoord();
|
|
SetMaterialProps(material, texCoord);
|
|
}
|