gzdoom/wadsrc/static/shaders/scene/material_notexture.glsl
2023-09-25 21:18:57 +02:00

5 lines
92 B
GLSL

void SetupMaterial(inout Material material)
{
material.Base = desaturate(uObjectColor);
}