This commit is contained in:
Austin Johnson 2022-10-02 20:19:11 -05:00 committed by GitHub
parent 0b4f62cfbd
commit 06dd7cacb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ Changes to `GpuFuture`:
- `VulkanLibrary::extension_properties`, to mirror the equivalent function on `PhysicalDevice`. - `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. - `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. - Added the remaining missing variants of the `ColorSpace` enum.
- Added a `supports_protected` member to `SurfaceCapabilities` for the `khr_surface_protected_capabilities` extension.
### Bugs fixed ### Bugs fixed
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array. - Incorrect check for descriptor set validity when the shader declares a runtime-sized array.