Skip to content

Commit

Permalink
#2006 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinJ235 authored Oct 2, 2022
1 parent b958451 commit 6bee634
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 @@ -26,6 +26,7 @@ Changes to `Swapchain`:
### Additions
- Added `bind_sparse_unchecked`, `present_unchecked` and `submit_unchecked` methods to `QueueGuard`.
- Added the `device_coherent`, `device_uncached` and `rdma_capable` flags to `MemoryPropertyFlags`, and improved the documentation of all flags with additional usage advice.
- Some methods of `PhysicalDevice` now cache their results, so that another call with the same arguments will retrieve them faster.

### Bugs fixed
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array.
Expand Down

0 comments on commit 6bee634

Please sign in to comment.