#1734 Changelog update

This commit is contained in:
Ilya Lakhin 2021-11-23 19:59:37 +07:00
parent 4d0e709c18
commit b84b0c9c55
2 changed files with 4 additions and 1 deletions

View File

@ -51,6 +51,9 @@
- Fixed two bugs related to the requirements for enabled extensions:
- For required extensions that have been promoted, the promoted version now also fulfills the requirement.
- For features that must be enabled in tandem with extensions (e.g. `descriptor_indexing`), the requirement only applies to Vulkan 1.2 and above, since these features do not exist on earlier versions and thus cannot be enabled.
- Fix device memory builder not including p_next structures.
- Fix exportable image not created with VkExternalMemoryImageCreateInfo.
- Fix mutable bit not set on exportable image.
# Version 0.26.0 (2021-10-2)

View File

@ -24,4 +24,4 @@ serde = { version = "1.0", features = ["derive"] }
ron = "0.6"
rand = "0.8.4"
glium = { git = "https://github.com/glium/glium.git", rev = "812416e" }
glium = { git = "https://github.com/glium/glium.git" }