gzdoom/wadsrc/static/shaders_gles/glsl/func_pbr.fp

6 lines
92 B
Text
Raw Normal View History

void SetupMaterial(inout Material material)
{
SetMaterialProps(material, vTexCoord.st);
}