Merge pull request #4989 from SlateyDev/patch-1

Fix depth stencil not working on wgpu wasm_js build
This commit is contained in:
Laytan
2025-04-01 16:40:21 +02:00
committed by GitHub
+1 -1
View File
@@ -528,7 +528,7 @@ class WebGPUInterface {
return undefined; return undefined;
} }
const off = this.struct(ptr); const off = this.struct(start);
return { return {
view: this.textureViews.get(this.mem.loadPtr(off(4))), view: this.textureViews.get(this.mem.loadPtr(off(4))),