ImDrawList

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

Members

Variables

CmdBuffer
ImVector!(ImDrawCmd) CmdBuffer;
Undocumented in source.
Flags
ImDrawListFlags Flags;
Undocumented in source.
IdxBuffer
ImVector!(ImDrawIdx) IdxBuffer;
Undocumented in source.
VtxBuffer
ImVector!(ImDrawVert) VtxBuffer;
Undocumented in source.
_ClipRectStack
ImVector!(ImVec4) _ClipRectStack;
Undocumented in source.
_CmdHeader
ImDrawCmdHeader _CmdHeader;
Undocumented in source.
_Data
ImDrawListSharedData* _Data;
Undocumented in source.
_FringeScale
float _FringeScale;
Undocumented in source.
_IdxWritePtr
ImDrawIdx* _IdxWritePtr;
Undocumented in source.
_OwnerName
const(char)* _OwnerName;
Undocumented in source.
_Path
ImVector!(ImVec2) _Path;
Undocumented in source.
_Splitter
ImDrawListSplitter _Splitter;
Undocumented in source.
_TextureIdStack
ImVector!(ImTextureID) _TextureIdStack;
Undocumented in source.
_VtxCurrentIdx
uint _VtxCurrentIdx;
Undocumented in source.
_VtxWritePtr
ImDrawVert* _VtxWritePtr;
Undocumented in source.

Meta