0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-25 00:11:13 +00:00
raze-gles/wadsrc/static/shaders/glsl/func_normal.fp
2020-05-30 23:10:17 +02:00

5 lines
92 B
GLSL

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