UNPKG

typegpu

Version:

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

9 lines (8 loc) 245 B
/** * @module typegpu */ // NOTE: This is a barrel file, internal files should not import things from this file import * as tgpu from "./tgpu.js"; export * as tgpu from "./tgpu.js"; export default tgpu; export * from "./indexNamedExports.js";