UNPKG

@motion-core/motion-gpu

Version:

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

8 lines (7 loc) 401 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"; import { PingPongShaderPass } from "./PingPongShaderPass.js"; export { BlitPass, ComputePass, CopyPass, PingPongComputePass, PingPongShaderPass, ShaderPass };