Searched defs:ImDrawChannel (Results 1 – 2 of 2) sorted by relevance
1757 struct ImDrawChannel struct1759 ImVector<ImDrawCmd> CmdBuffer;1760 ImVector<ImDrawIdx> IdxBuffer;
2328 struct ImDrawChannel struct2341 …ImVector<ImDrawChannel> _Channels; // Draw channels (not resized down so _Count might be < C… argument