wgpu_glyph 0.28.0

A fast text renderer for wgpu, powered by glyph_brush
Documentation
1
2
3
4
5
6
7
/// A region of the screen.
pub struct Region {
    pub x: u32,
    pub y: u32,
    pub width: u32,
    pub height: u32,
}