Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ ImGuiTableTempData
Function
ImGuiTableTempData
tutorials/common/imgui/imgui_internal.h:2647–2647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2645
int HostBackupItemWidthStackSize;//Backup of OuterWindow->DC.ItemWidthStack.Size at the end of BeginTable()
2646
2647
ImGuiTableTempData() { memset(this, 0, sizeof(*this)); LastTimeActive = -1.0f; }
2648
};
2649
2650
// sizeof() ~ 12
Callers
1
BeginTableEx
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected