diff --git a/vendor/wgpu/wgpu.js b/vendor/wgpu/wgpu.js index 7866c7131..f3d29eafd 100644 --- a/vendor/wgpu/wgpu.js +++ b/vendor/wgpu/wgpu.js @@ -528,7 +528,7 @@ class WebGPUInterface { return undefined; } - const off = this.struct(ptr); + const off = this.struct(start); return { view: this.textureViews.get(this.mem.loadPtr(off(4))),