Module blur

Source
Expand description

Blur pipeline module.

This module provides GPU-based blur effect rendering pipelines and commands for use in Tessera UI components.

§Example

use tessera_ui_basic_components::pipelines::blur::command::BlurCommand;
use tessera_ui_basic_components::pipelines::blur::pipeline::BlurPipeline;

// Create and use BlurPipeline and BlurCommand in your rendering logic.

Modules§

command
pipeline