This commit is contained in:
Austin Johnson 2022-10-02 20:16:25 -05:00 committed by GitHub
parent f30cc19cff
commit e4aed92dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ Changes to `GpuFuture`:
- When calling `Fence::is_signaled` or `Fence::wait`, if the fence is associated with a queue, any resources of the associated queue operation will be released.
- `VulkanLibrary::extension_properties`, to mirror the equivalent function on `PhysicalDevice`.
- `VulkanLibrary` methods `layer_extension_properties`, `supported_layer_extensions` and `supported_extensions_with_layers`, to query the extensions supported by layers.
- Added the remaining missing variants of the `ColorSpace` enum.
### Bugs fixed
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array.