raze/wadsrc/static/shaders_gles/glsl/func_normal.fp

6 lines
92 B
Text
Raw Normal View History

2021-09-18 11:03:36 +00:00
void SetupMaterial(inout Material material)
{
SetMaterialProps(material, vTexCoord.st);
}