- 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.
- _Channels
ImVector_ImDrawChannel _Channels;
Undocumented in source.
- _ChannelsCount
int _ChannelsCount;
Undocumented in source.
- _ChannelsCurrent
int _ChannelsCurrent;
Undocumented in source.
- _ClipRectStack
ImVector_ImVec4 _ClipRectStack;
Undocumented in source.
- _Data
ImDrawListSharedData* _Data;
Undocumented in source.
- _IdxWritePtr
ImDrawIdx* _IdxWritePtr;
Undocumented in source.
- _OwnerName
char* _OwnerName;
Undocumented in source.
- _Path
ImVector_ImVec2 _Path;
Undocumented in source.
- _TextureIdStack
ImVector_ImTextureID _TextureIdStack;
Undocumented in source.
- _VtxCurrentIdx
uint _VtxCurrentIdx;
Undocumented in source.
- _VtxWritePtr
ImDrawVert* _VtxWritePtr;
Undocumented in source.