#1823 Changelog update

This commit is contained in:
Rua 2022-02-10 22:42:25 +01:00 committed by GitHub
parent 3054690ed7
commit acaa8c9be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
- Fixed bug in the `QueueFamily::supports_` methods causing a panic when querying support for a stage that needs no queue flags.
- Fixed buffer overflow bug in `AutoCommandBufferBuilder::push_constants`.
- Fixed `AutoCommandBufferBuilder::push_constants` to push multiple times in case of range overlap (to accommodate VUIDs 01795 and 01796)
- Fixed `shader!` macro failing to compile with geometry shaders.
# Version 0.28.0 (2022-02-02)