mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-13 07:31:04 +00:00
5 lines
92 B
GLSL
5 lines
92 B
GLSL
|
|
void SetupMaterial(inout Material material)
|
|
{
|
|
SetMaterialProps(material, vTexCoord.st);
|
|
}
|