Skip to main content

Crate teksilo_render

Crate teksilo_render 

Source

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