pub type GlyphCache<'a> = GlyphCache<'a, (), Texture>;
Expand description

Glyph cache implementation for OpenGL backend.