Skip to content

Commit

Permalink
Avoid using WasmAbi functions on WebGPU backend (#3657)
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Fitzgerald <connor@modyfi.io>
  • Loading branch information
grovesNL and cwfitzgerald authored Apr 10, 2023
1 parent 4d15567 commit cfc038a
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 1,407 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ By @cwfitzgerald in [#3610](https://github.com/gfx-rs/wgpu/pull/3610).

- Fix metal erroring on an `array_stride` of 0. By @teoxoy in [#3538](https://github.com/gfx-rs/wgpu/pull/3538)

#### WebGPU

- Avoid using `WasmAbi` functions for WebGPU backend. By @grovesNL in [#3657](https://github.com/gfx-rs/wgpu/pull/3657)

#### General

- `copyTextureToTexture` src/dst aspects must both refer to all aspects of src/dst format. By @teoxoy in [#3431](https://github.com/gfx-rs/wgpu/pull/3431)
Expand Down
Loading

0 comments on commit cfc038a

Please sign in to comment.