0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-03-04 08:31:36 +00:00
gzdoom/wadsrc/static/shaders_gles/glsl/func_normal.fp

5 lines
92 B
GLSL

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