@motion-core/motion-gpu
Version:
Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.
6 lines • 432 B
TypeScript
export { BlitPass, type BlitPassOptions } from './BlitPass.js';
export { CopyPass, type CopyPassOptions } from './CopyPass.js';
export { ShaderPass, type ShaderPassOptions } from './ShaderPass.js';
export { ComputePass, type ComputePassOptions, type ComputeDispatchContext } from './ComputePass.js';
export { PingPongComputePass, type PingPongComputePassOptions } from './PingPongComputePass.js';
//# sourceMappingURL=index.d.ts.map