@motion-core/motion-gpu
Version:
Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.
11 lines (10 loc) • 494 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';
export { PingPongShaderPass, type PingPongShaderPassOptions } from './PingPongShaderPass.js';