MCPcopy Create free account
hub / github.com/RenderKit/embree / ImDrawCmd

Class ImDrawCmd

tutorials/common/imgui/imgui.h:135–135  ·  view source on GitHub ↗

Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit()

Source from the content-addressed store, hash-verified

133// Forward declarations
134struct ImDrawChannel; // Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit()
135struct ImDrawCmd; // A single draw command within a parent ImDrawList (generally maps to 1 GPU draw call, unless it is a callback)
136struct ImDrawData; // All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix.
137struct ImDrawList; // A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)
138struct ImDrawListSharedData; // Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)

Callers 1

_ResetForNewFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected