Skip to main content

Module render_commands

Module render_commands 

Source
Expand description

Render command structs consumed by renderer integrations.

Modules§

render_t_list
Typed heterogeneous command-list helpers. Typed heterogeneous render-command lists.

Structs§

Border
Represents a border with a specified color, width, and corner radii.
BorderWidth
Defines the border width for each side of an element.
ClipEnd
Ends the most recent active clip region.
ClipStart
Represents a clip element with corner radii, clipping axis and position.
CornerRadii
Defines individual corner radii for an element.
Image
Represents an image with defined dimensions and data.
Rectangle
Fill command for rounded rectangles. Represents a rectangle with a specified color and corner radii.
RenderCommandInfo
Shared command metadata available on every render command.
Text
Represents a text element with styling attributes.