UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

19 lines (18 loc) 318 B
/** * Pixelation shader */ export declare const PixelShader: { uniforms: { tDiffuse: { value: null; }; resolution: { value: null; }; pixelSize: { value: number; }; }; vertexShader: string; fragmentShader: string; };