Show Pipeline Compilation option (#312)

* Show Compiling Shaders option. Off by default.

* Addressed encounter comments

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
This commit is contained in:
MelonSpeedruns
2026-04-10 17:53:28 -04:00
committed by GitHub
parent 7ed05711a7
commit e643d3d911
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -103,8 +103,9 @@ namespace dusk {
ImGui::EndMenu();
}
if (ImGui::BeginMenu("Misc")) {
if (ImGui::BeginMenu("Interface")) {
config::ImGuiCheckbox("Skip Pre-Launch UI", getSettings().backend.skipPreLaunchUI);
config::ImGuiCheckbox("Show Pipeline Compilation", getSettings().backend.showPipelineCompilation);
ImGui::EndMenu();
}