repose-render-wgpu 0.19.4

Repose wgpu handler
Documentation
1
2
3
4
5
6
7
8
9
10
mod band;
mod cache;
mod outline;
mod pipeline;

pub use cache::GlyphSlugCache;
pub use pipeline::SlugPipeline;
pub use pipeline::SlugVertex;
pub use pipeline::create_pipeline;
pub use pipeline::create_storage_layout;