UNPKG

@motion-core/motion-gpu

Version:

Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.

7 lines (6 loc) 319 B
import { BlitPass } from "./BlitPass.js"; import { CopyPass } from "./CopyPass.js"; import { ShaderPass } from "./ShaderPass.js"; import { ComputePass } from "./ComputePass.js"; import { PingPongComputePass } from "./PingPongComputePass.js"; export { BlitPass, ComputePass, CopyPass, PingPongComputePass, ShaderPass };