Skip to main content

Crate zenthra_render

Crate zenthra_render 

Source

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§

gpu
image_pipeline
rect_pipeline
text_pipeline
texture

Structs§

GlyphInstance
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.