tessera-ui-basic-components 2.7.0

Basic components for tessera-ui
Documentation
1
2
3
4
5
6
7
8
9
10
//! Mean luminance compute pipeline helpers.
//!
//! Provides the [`MeanCommand`] to request luminance sampling and the [`MeanPipeline`]
//! implementation that performs the GPU dispatch.

mod command;
mod pipeline;

pub use command::MeanCommand;
pub use pipeline::MeanPipeline;