UNPKG

typegpu

Version:

A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.

3 lines (2 loc) 118 B
export declare function cpuCopy<T>(e: T): T; export declare const copy: import("../types.ts").DualFn<typeof cpuCopy>;