MCPcopy Create free account
hub / github.com/RenderKit/embree / GetStyleVarInfo

Function GetStyleVarInfo

tutorials/common/imgui/imgui.cpp:3000–3005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2998};
2999
3000static const ImGuiStyleVarInfo* GetStyleVarInfo(ImGuiStyleVar idx)
3001{
3002 IM_ASSERT(idx >= 0 && idx < ImGuiStyleVar_COUNT);
3003 IM_ASSERT(IM_ARRAYSIZE(GStyleVarInfo) == ImGuiStyleVar_COUNT);
3004 return &GStyleVarInfo[idx];
3005}
3006
3007void ImGui::PushStyleVar(ImGuiStyleVar idx, float val)
3008{

Callers 2

PushStyleVarMethod · 0.85
PopStyleVarMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected