Expand description
Draw data structures for Dear ImGui rendering
This module provides safe Rust wrappers around Dear ImGui’s draw data structures, which contain all the information needed to render a frame.
Structs§
- Draw
CmdIterator - Iterator over draw commands
- Draw
CmdParams - Parameters for a draw command
- Draw
Data - All draw data to render a Dear ImGui frame.
- Draw
List - Draw command list
- Draw
List Iterator - Iterator over draw lists
- Draw
Vert - Vertex format used by Dear ImGui
- Owned
Draw Data - A container for a heap-allocated deep copy of a
DrawDatastruct. - Texture
Iterator - Iterator over textures in draw data
Enums§
- DrawCmd
- A draw command
Type Aliases§
- DrawIdx
- Index type used by Dear ImGui