gzdoom/wadsrc/static/shaders/scene/material_notexture.glsl

6 lines
92 B
Text
Raw Normal View History

2023-03-19 06:18:12 +00:00
void SetupMaterial(inout Material material)
{
material.Base = desaturate(uObjectColor);
}