Home Reference Source

src/images/index.js

/**
 * A collection of shader-specific data images and related utilities.
 *
 * @module postprocessing/images
 */

export { SMAAAreaImageData } from "./smaa/utils/SMAAAreaImageData.js";
export { SMAASearchImageData } from "./smaa/utils/SMAASearchImageData.js";

export { RawImageData } from "./RawImageData.js";