Re-exports§
pub use gpu::GpuContext;pub use rect_pipeline::RectInstance;pub use rect_pipeline::RectPipeline;pub use image_pipeline::ImageInstance;pub use image_pipeline::ImagePipeline;pub use text_pipeline::TextPipeline;
Modules§
Structs§
- Glyph
Instance - A single instance of a glyph (or a solid background block) to be rendered on the GPU. This is the common “language” between the text engine and the main renderer.