This commit is contained in:
Rua 2023-05-31 17:59:39 +02:00 committed by GitHub
parent 351988384e
commit c44ef4dfce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ Changes to command buffers:
- [#2184](https://github.com/vulkano-rs/vulkano/issues/2184): `VK_KHR_get_physical_device_properties2` not used in `Device` creation for Vulkan 1.1 and later.
- Fixed UB in `ShaderModule::from_bytes[_with_data]`, where an unaligned reference could have been created.
- Fixed a bug when using `GenericMemoryAllocator` configured not to use dedicated allocation, where a dedicated allocation wasn't created even when required.
# Version 0.33.0 (2023-04-01)