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
int 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
const(ImDrawListSharedData)* _Data;
Undocumented in source.
_FringeScale
float _FringeScale;
Undocumented in source.
_IdxWritePtr
ushort* _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