Add half-res DDGI reflections resolving to optimzie rendering on low-end devices

This commit is contained in:
2026-07-20 12:06:13 +02:00
parent ac357fd2b9
commit 078a45c4b7
4 changed files with 54 additions and 16 deletions
@@ -37,6 +37,7 @@ void GlobalIlluminationSettings::BlendWith(GlobalIlluminationSettings& other, fl
BLEND_COL(FallbackIrradiance);
BLEND_ENUM(IndirectResolution);
BLEND_ENUM(Reflections);
BLEND_ENUM(ReflectionsResolution);
}
void BloomSettings::BlendWith(BloomSettings& other, float weight)