Add Bloom debug window

This commit is contained in:
Luke Street
2026-04-16 00:34:17 -06:00
parent 6bef3015a1
commit 774cf565f1
7 changed files with 144 additions and 1 deletions
+5
View File
@@ -33,6 +33,7 @@
#include <cstdlib>
#include <cstring>
#if TARGET_PC
#include "dusk/imgui/ImGuiBloomWindow.hpp"
#include "dusk/settings.h"
#endif
@@ -2578,6 +2579,10 @@ void dScnKy_env_light_c::setLight() {
mDoGph_gInf_c::getBloom()->setMode(mode);
}
#if TARGET_PC
dusk::ApplyBloomOverride();
#endif
f32 var_f30;
if (dKy_Outdoor_check() == true) {
static f32 now_shadow_alpha[] = {0.25f, 0.35f, 0.6f, 0.6f, 0.25f, 0.35f};