[−][src]Crate vulkano_glyph
This crate provides integration of vulkano
with the font caching feature of rusttype
, and
a basic pipeline for drawing text to the screen.
Structs
Error | An error that can occur when drawing text. |
GlyphBrush | Object responsible for drawing text to the screen. |
GpuCache | Wraps |
Section | An index for a range of glyphs with the same colour and font. |
Enums
ErrorKind | The specific kind of an |
Type Definitions
FontId | A unique identifier representing a font. Assigning each |
Result | A type alias for Result<T, vulkano_glyph::Error>. |