Skip to content

Commit

Permalink
Merge branch 'trunk' into lower-max-color-attachments-for-gles
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf authored Jan 27, 2025
2 parents 1b428fb + 7e4cfb5 commit e6a5968
Show file tree
Hide file tree
Showing 7 changed files with 703 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: "${{ matrix.name }}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Repo MSRV toolchain
run: |
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ By @brodycj in [#6925](https://github.com/gfx-rs/wgpu/pull/6925).
- Fix `wgpu` not building with `--no-default-features` on when targeting `wasm32-unknown-unknown`. By @wumpf in [#6946](https://github.com/gfx-rs/wgpu/pull/6946).
- Fix `CopyExternalImageDestInfo` not exported on `wgpu`. By @wumpf in [#6962](https://github.com/gfx-rs/wgpu/pull/6962).
- Reduce downlevel `max_color_attachments` limit from 8 to 4 for better GLES compatibility. By @adrian17 in [#6994](https://github.com/gfx-rs/wgpu/pull/6994).
- Fix drop order in `Surface`. By @ed-2100 in [#6997](https://github.com/gfx-rs/wgpu/pull/6997)

#### Vulkan

Expand All @@ -88,6 +89,8 @@ By @brodycj in [#6925](https://github.com/gfx-rs/wgpu/pull/6925).

- Improved documentation around pipeline caches. By @DJMcNab in [#6978](https://github.com/gfx-rs/wgpu/pull/6978).

- Added a hello window example. By @laycookie in [#6992](https://github.com/gfx-rs/wgpu/pull/6992).

## v24.0.0 (2025-01-15)

### Major changes
Expand Down
Loading

0 comments on commit e6a5968

Please sign in to comment.