TypeScript library that enhances the WebGPU API, allowing resource management in a type-safe, declarative way.
143
stars
2
forks
source link
Define handling difference between value and reference types in WGSL and TS #333
Closed
mhawryluk closed 1 month ago
structs and vectors are copied when assigned in WGSL, but in JavaScript it's still pointing to the same object