We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141e85c commit 0b86c4fCopy full SHA for 0b86c4f
libs/dbgui/dbgui.cc
@@ -73,9 +73,9 @@ void __dbgui_draw(void) {
73
ImGui::MenuItem("Samplers", 0, &sg_imgui.sampler_window.open);
74
ImGui::MenuItem("Shaders", 0, &sg_imgui.shader_window.open);
75
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);
+ ImGui::MenuItem("Frames", 0, &sg_imgui.frame_stats_window.open);
78
ImGui::MenuItem("Calls", 0, &sg_imgui.capture_window.open);
+ ImGui::MenuItem("Attachs", 0, &sg_imgui.attachments_window.open);
79
ImGui::EndMenu();
80
}
81
ImGui::EndMainMenuBar();
0 commit comments