UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

10 lines (8 loc) 272 B
import {ShaderPass} from '../../types'; /** * Edge Work - * Picks out different frequencies in the image by subtracting two * copies of the image blurred with different radii. * @param radius The radius of the effect in pixels. */ export const edgeWork: ShaderPass;