From 06dd7cacb6f12db963052647ecacca658e543554 Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Sun, 2 Oct 2022 20:19:11 -0500 Subject: [PATCH] #2014 Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9123c13e..c1681d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Changes to `GpuFuture`: - `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. +- Added a `supports_protected` member to `SurfaceCapabilities` for the `khr_surface_protected_capabilities` extension. ### Bugs fixed - Incorrect check for descriptor set validity when the shader declares a runtime-sized array.