Skip to content

Commit 0b86c4f

Browse files
committed
feat: add __dbgui_draw more menu
1 parent 141e85c commit 0b86c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/dbgui/dbgui.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ void __dbgui_draw(void) {
7373
ImGui::MenuItem("Samplers", 0, &sg_imgui.sampler_window.open);
7474
ImGui::MenuItem("Shaders", 0, &sg_imgui.shader_window.open);
7575
ImGui::MenuItem("Pipelines", 0, &sg_imgui.pipeline_window.open);
76-
// NOTE(pabdulin): see https://github.com/floooh/sokol/blob/7f7cd64c6d9d1d4ed08d88a3879b1d69841bf0a4/CHANGELOG.md?plain=1#L69
77-
// ImGui::MenuItem("Passes", 0, &sg_imgui.passes.open);
76+
ImGui::MenuItem("Frames", 0, &sg_imgui.frame_stats_window.open);
7877
ImGui::MenuItem("Calls", 0, &sg_imgui.capture_window.open);
78+
ImGui::MenuItem("Attachs", 0, &sg_imgui.attachments_window.open);
7979
ImGui::EndMenu();
8080
}
8181
ImGui::EndMainMenuBar();

0 commit comments

Comments
 (0)