Module drawer

Module drawer 

Source
Expand description

Graphics rendering pipeline management.

This module provides the drawing infrastructure for the unified command system, handling graphics pipeline registration and command dispatch.

Re-exports§

pub use command::DrawCommand;
pub use pipeline::DrawablePipeline;
pub use pipeline::ErasedDrawContext;
pub use pipeline::PipelineRegistry;

Modules§

command
Draw command traits and barrier requirements.
pipeline
Graphics rendering pipeline system for Tessera UI framework.

Structs§

Drawer
Drawer manages graphics pipelines and processes draw commands.