This commit is contained in:
Austin Johnson 2022-10-01 21:18:26 -05:00 committed by GitHub
parent b9584518a7
commit 6bee63404f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.