mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix depth stencil not working on wgpu wasm_js build
This commit is contained in:
Vendored
+1
-1
@@ -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))),
|
||||||
|
|||||||
Reference in New Issue
Block a user