Module render

Module render 

Source
Expand description

Rendering pipeline

Provides composable render passes for the overlay UI.

Re-exports§

pub use context::RenderContext;
pub use pipeline::RenderPass;
pub use pipeline::RenderPipeline;
pub use primitives::Color;
pub use primitives::rounded_rect;
pub use text::FontWeight;
pub use text::TextRenderer;

Modules§

context
Render context for passing state between render passes
pipeline
Composable render pipeline
primitives
Primitive rendering utilities
text
Text rendering utilities