ktongue's picture
download
raw
564 Bytes
/**
* RGB Shift Shader
* Shifts red and blue channels from center in opposite directions
* Ported from http://kriss.cx/tom/2009/05/rgb-shift/
* by Tom Butterworth / http://kriss.cx/tom/
*
* amount: shift distance (1 is width of input)
* angle: shift angle in radians
*/
export declare const RGBShiftShader: {
uniforms: {
tDiffuse: {
value: null;
};
amount: {
value: number;
};
angle: {
value: number;
};
};
vertexShader: string;
fragmentShader: string;
};

Xet Storage Details

Size:
564 Bytes
·
Xet hash:
90d9517f69ef5f910126aa3960047475618193739518a8e8cb5b7e6baef53cc9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.