Skip to content

Commit

Permalink
#2269 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Jul 24, 2023
1 parent 59b53d7 commit 3300f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Changes to pipeline caches:

Changes to `Swapchain`:
- Swapchain creation no longer returns an error when the swapchain extent doesn't match the current surface extent. This requirement is ill-defined in the spec, as detailed here: [TOCTOU race condition on minImageExtent/maxImageExtent?](https://github.com/KhronosGroup/Vulkan-Docs/issues/1144).
- Renamed `acquire_full_screen_exclusive` and `release_full_screen_exclusive` to `acquire_full_screen_exclusive_mode` and `release_full_screen_exclusive_mode` to match the Vulkan names.

Changes to samplers:
- The `sampler` module is now a submodule of `image`.
Expand Down

0 comments on commit 3300f90

Please # to comment.