Module checkmark

Source
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§

CheckmarkCommand
Command for rendering a checkmark shape in UI components. Command for drawing an animated checkmark
CheckmarkPipeline
Pipeline for rendering checkmark graphics.