The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/gui: Make debug sinks be opened by default

+2 -1
+2 -1
src/xrt/state_trackers/gui/gui_scene_debug.c
··· 211 211 continue; 212 212 } 213 213 214 - if (!igCollapsingHeaderBoolPtr(name, NULL, 0)) { 214 + const ImGuiTreeNodeFlags_ flags = ImGuiTreeNodeFlags_DefaultOpen; 215 + if (!igCollapsingHeaderBoolPtr(name, NULL, flags)) { 215 216 continue; 216 217 } 217 218