Skip to content

Commit

Permalink
Merge commit '09b010b26af6876ce84991576a168a572172f08d'
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Aug 1, 2023
2 parents 1b2a072 + 09b010b commit 1a38694
Show file tree
Hide file tree
Showing 18 changed files with 396 additions and 292 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,7 @@ jobs:
# build for Emscripten
cargo clippy --target ${{ matrix.target }} -p wgpu -p wgpu-hal --no-default-features
# build cube example
cargo clippy --target ${{ matrix.target }} --bin cube
# build raw-gles example
cargo clippy --target ${{ matrix.target }} --example raw-gles
# Don't check samples since we use winit in our samples which has dropped support for Emscripten.
# all features
cargo clippy --target ${{ matrix.target }} -p wgpu-hal --all-features
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,16 @@ Bottom level categories:

## Unreleased

### Changes

- Omit texture store bound checks since they are no-ops if out of bounds on all APIs. By @teoxoy in [#3975](https://github.com/gfx-rs/wgpu/pull/3975)

### Bug Fixes

#### General

- Derive storage bindings via `naga::StorageAccess` instead of `naga::GlobalUse`. By @teoxoy in [#3985](https://github.com/gfx-rs/wgpu/pull/3985).

#### Vulkan
- Fix enabling `wgpu::Features::PARTIALLY_BOUND_BINDING_ARRAY` not being actually enabled in vulkan backend. By @39ali in[#3772](https://github.com/gfx-rs/wgpu/pull/3772).

Expand Down
Loading

0 comments on commit 1a38694

Please sign in to comment.