Expand description
Checkmark pipeline module.
This module provides rendering pipelines and commands for drawing checkmark graphics in Tessera UI components.
§Example
use tessera_ui_basic_components::pipelines::checkmark::CheckmarkCommand;
use tessera_ui_basic_components::pipelines::checkmark::CheckmarkPipeline;
// Use CheckmarkPipeline and CheckmarkCommand in your rendering logic.
Structs§
- Checkmark
Command - Command for rendering a checkmark shape in UI components. Command for drawing an animated checkmark
- Checkmark
Pipeline - Pipeline for rendering checkmark graphics.