@agpu/bindings
v0.2.15
Published
**@agpu/bindings** is a set of classes that is made to wrap WebGPU but with modularity and ease of use.
Downloads
2,021
Maintainers
Readme
@agpu/bindings
@agpu/bindings is a set of classes that is made to wrap WebGPU but with modularity and ease of use.
Installation
import {WebGPUControls} from "@agpu/bindings"
const webgpu = new WebGPUControls(document.getElementById("canvas"))
const adapter = new webgpu.Adapter()
const context = new webgpu.Context()
const device = new adapter.Device()