Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gfx-rs/wgpu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6dbd21e071aa536d03d2410b91fab35f8473dd24
Choose a base ref
..
head repository: gfx-rs/wgpu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2cd83ccf2f274e56b5ab287a186cdaf53d94568e
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 CHANGELOG.md
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -104,6 +104,7 @@ By @teoxoy in [#4185](https://github.com/gfx-rs/wgpu/pull/4185)

- Add `gles_minor_version` field to `wgpu::InstanceDescriptor`. By @PJB3005 in [#3998](https://github.com/gfx-rs/wgpu/pull/3998)
- Re-export Naga. By @exrook in [#4172](https://github.com/gfx-rs/wgpu/pull/4172)
- Add WinUI 3 SwapChainPanel support. By @ddrboxman in [#4191](https://github.com/gfx-rs/wgpu/pull/4191)
- Add `SUBGROUP_OPERATIONS` feature. By @exrook and @lichtso in [#4240](https://github.com/gfx-rs/wgpu/pull/4240)

### Changes