dzn: Enable KHR_storage_buffer_storage_class

It's required for VK1.1 and Mesa's SPIR-V parser handles it for us.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21261>
This commit is contained in:
Jesse Natalie 2023-02-13 16:56:19 -08:00 committed by Marge Bot
parent 9ac192d79d
commit 87e83ce58e

View file

@ -109,6 +109,7 @@ dzn_physical_device_get_extensions(struct dzn_physical_device *pdev)
.KHR_multiview = true,
.KHR_shader_draw_parameters = true,
.KHR_shader_float16_int8 = pdev->options4.Native16BitShaderOpsSupported,
.KHR_storage_buffer_storage_class = true,
#ifdef DZN_USE_WSI_PLATFORM
.KHR_swapchain = true,
#endif