UNPKG

typegpu

Version:

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

4 lines (3 loc) 229 B
import { type SelfResolvable, type WithOwnSnippet } from '../types.ts'; export declare const valueProxyHandler: ProxyHandler<SelfResolvable & WithOwnSnippet>; export declare function getGpuValueRecursively<T>(value: unknown): T;