Module pipelines

Source

Re-exports§

pub use checkmark::CheckmarkCommand;
pub use checkmark::CheckmarkPipeline;
pub use shape::RippleProps;
pub use shape::ShadowProps;
pub use shape::ShapeCommand;

Modules§

blur
Blur pipeline module.
checkmark
Checkmark pipeline module.
contrast
image
mean
Mean Luminance Compute Pipeline
shape
Shape rendering pipeline for UI components.

Structs§

TextCommand
TextConstraint
Describes size constraints for a text draw
TextData
Text data for rendering, including buffer and size.

Functions§

read_font_system
It costs a lot to create a glyphon font system, so we use a static one to share it every where and avoid creating it multiple times. This function returns a read lock of the font system.
register_pipelines
write_font_system
It costs a lot to create a glyphon font system, so we use a static one to share it every where and avoid creating it multiple times. This function returns a write lock of the font system.