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§
- Text
Command - Text
Constraint - Describes size constraints for a text draw
- Text
Data - 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.