MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImDrawListSplitter

Class ImDrawListSplitter

KBotExt/imgui/imgui.h:144–144  ·  view source on GitHub ↗

Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)

Source from the content-addressed store, hash-verified

142struct ImDrawList; // A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)
143struct ImDrawListSharedData; // Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)
144struct ImDrawListSplitter; // Helper to split a draw list into different layers which can be drawn into out of order, then flattened back.
145struct ImDrawVert; // A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT)
146struct ImFont; // Runtime data for a single font within a parent ImFontAtlas
147struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected