Re-exports§
pub use image_manager::ImageManager;pub use path_atlas::PathAtlas;pub use renderer::Renderer;pub use vertex::QuadVertex;pub use vertex::RectVertex;pub use vertex::SdfVertex;pub use vertex::ShadowVertex;
Modules§
- image_
manager - Image texture manager: maps image names to GPU textures for DrawCommand::Image rendering.
- path_
atlas - Path atlas: CPU rasterizes paths with tiny-skia, caches results in a texture atlas with LRU eviction.
- renderer
- stream_
buffer - Persistent per-pipeline streaming buffers.
- test_
support - vertex