WebGPUAttributes constructor

WebGPUAttributes(
  1. dynamic device
)

Implementation

WebGPUAttributes(device) {
  this.buffers = new WeakMap();
  this.device = device;
}