This commit is contained in:
Austin Johnson 2022-10-24 02:34:01 -05:00 committed by GitHub
parent 999f251443
commit fb2c116f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ Changes to the `set_event` command:
- [#1871](https://github.com/vulkano-rs/vulkano/issues/1871): Layer extensions are not included when validating extensions to enable on an instance.
- Fixed missing validation when binding memory to a buffer with the `shader_device_address` usage.
- Queue family count isn't being set in either `ash::vk::BufferCreateInfo` or `ash::vk::ImageCreateInfo`.
- Validation checks for `khr_portability_subset` devices.
# Version 0.31.1 (2022-10-04)