UNPKG

typegpu

Version:

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

4 lines (3 loc) 191 B
// NOTE: This is a barrel file, internal files should not import things from this file export { fullScreenTriangle } from "./fullScreenTriangle.js"; export { writeSoA } from "./writeSoA.js";