ImDrawData

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Variables

CmdLists
ImDrawList** CmdLists;
Undocumented in source.
CmdListsCount
int CmdListsCount;
Undocumented in source.
DisplayPos
ImVec2 DisplayPos;
Undocumented in source.
DisplaySize
ImVec2 DisplaySize;
Undocumented in source.
FramebufferScale
ImVec2 FramebufferScale;
Undocumented in source.
OwnerViewport
ImGuiViewport* OwnerViewport;
Undocumented in source.
TotalIdxCount
int TotalIdxCount;
Undocumented in source.
TotalVtxCount
int TotalVtxCount;
Undocumented in source.
Valid
bool Valid;
Undocumented in source.

Meta