mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#1734 Changelog update
This commit is contained in:
parent
4d0e709c18
commit
b84b0c9c55
@ -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)
|
||||
|
||||
|
@ -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" }
|
Loading…
Reference in New Issue
Block a user