UNPKG

typegpu

Version:

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

5 lines (4 loc) 125 B
import { $gpuValueOf } from "./shared/symbols.js"; export function getGPUValue(object) { return object?.[$gpuValueOf]; }