mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 23:03:16 +00:00
Merge pull request #4989 from SlateyDev/patch-1
Fix depth stencil not working on wgpu wasm_js build
This commit is contained in:
2
vendor/wgpu/wgpu.js
vendored
2
vendor/wgpu/wgpu.js
vendored
@@ -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))),
|
||||
|
||||
Reference in New Issue
Block a user