vkdoom_m/wadsrc/static/shaders/scene/material_notexture.glsl
2023-03-19 07:18:12 +01:00

5 lines
92 B
GLSL

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