WebGPUObjects constructor

WebGPUObjects(
  1. dynamic geometries,
  2. dynamic info
)

Implementation

WebGPUObjects(geometries, info) {
  this.geometries = geometries;
  this.info = info;

  this.updateMap = new WeakMap();
}