mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2006 Changelog
This commit is contained in:
parent
b9584518a7
commit
6bee63404f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user