Skip to content

Commit

Permalink
#1995 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinJ235 authored Sep 24, 2022
1 parent c085dd8 commit c4e487a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
Pull Request merge.
-->

- **Breaking** Changes to queues:
- **Breaking** Changes to queue operations:
- When doing operations on a queue, you must now first call `lock()` on the queue, which prevents concurrent access.
- `PresentInfo` as been renamed to `SwapchainPresentInfo` and has differently named members and constructor.
- `acquire_next_image` returns an `u32` index to match Vulkan.
- `SubmitAnyBuilder` and its wrapped types no longer have a lifetime parameter, as they own their data instead. Various methods of these types now take their arguments by value.
- **Breaking** Changes to `Swapchain`:
- The `W` parameter must now implement `Send + Sync`.
- Bugs fixed:
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array.

Expand Down

0 comments on commit c4e487a

Please # to comment.