Expand description
Mean luminance compute pipeline helpers.
Provides the MeanCommand to request luminance sampling and the MeanPipeline
implementation that performs the GPU dispatch.
Structsยง
- Mean
Command - Command to calculate the mean luminance of the input texture.
- Mean
Pipeline - Pipeline for calculating mean luminance using a compute shader.