UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

9 lines (7 loc) 231 B
import {ShaderPass} from '../../types'; /** * @filter Noise * @description Adds black and white noise to the image. * @param amount 0 to 1 (0 for no effect, 1 for maximum noise) */ export const noise: ShaderPass;