zenthra-render 0.1.1

Wgpu-based GPU renderer for the Zenthra UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod gpu;
pub mod rect_pipeline;
pub mod text_pipeline;
pub mod image_pipeline;
pub mod texture;

pub use gpu::GpuContext;
pub use rect_pipeline::{RectInstance, RectPipeline};
pub use image_pipeline::{ImageInstance, ImagePipeline};
pub use zenthra_core::GlyphInstance;
pub use text_pipeline::TextPipeline;