@motion-core/motion-gpu
Version:
Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.
10 lines (9 loc) • 400 B
text/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';