Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2971
static const ImGuiStyleVarInfo GStyleVarInfo[] =
Callers
2
PushStyleVar
Method · 0.80
PopStyleVar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected