nvk: Advertise VK_KHR_storage_buffer_storage_class

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:12:01 -06:00 committed by Marge Bot
parent 574b92ded6
commit c0f42ddee4

View file

@ -358,6 +358,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device,
.KHR_maintenance1 = true,
.KHR_push_descriptor = true,
.KHR_separate_depth_stencil_layouts = true,
.KHR_storage_buffer_storage_class = true,
#ifdef NVK_USE_WSI_PLATFORM
.KHR_swapchain = true,
.KHR_swapchain_mutable_format = true,