MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / header

Method header

framework/drawer.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool Drawer::header(const char *caption)
39{
40 return ImGui::CollapsingHeader(caption, ImGuiTreeNodeFlags_DefaultOpen);
41}
42
43bool Drawer::checkbox(const char *caption, bool *value)
44{

Callers 15

on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected