Crate piet_glow

Source
Expand description

A GPU-accelerated backend for piet that uses the glow crate.

Re-exports§

pub use glow;
pub use piet_hardware::piet;

Structs§

Brush
The brush type.
GlContext
A wrapper around a glow context with cached information.
Image
The image type.
RenderContext
The whole point.
Text
The text engine type.
TextLayout
The text layout type.
TextLayoutBuilder
The text layout builder type.