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

Method GetVarPtr

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

Source from the content-addressed store, hash-verified

2966 ImU32 Count;
2967 ImU32 Offset;
2968 void* GetVarPtr(ImGuiStyle* style) const { return (void*)((unsigned char*)style + Offset); }
2969};
2970
2971static const ImGuiStyleVarInfo GStyleVarInfo[] =

Callers 2

PushStyleVarMethod · 0.80
PopStyleVarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected