Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
bool Drawer::header(const char *caption)
39
{
40
return ImGui::CollapsingHeader(caption, ImGuiTreeNodeFlags_DefaultOpen);
41
}
42
43
bool Drawer::checkbox(const char *caption, bool *value)
44
{
Callers
15
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
on_update_ui_overlay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected