nvk: advertise KHR_shader_non_semantic_info

Test run totals:
  Passed:        8/8 (100.0%)
  Failed:        0/8 (0.0%)
  Not supported: 0/8 (0.0%)
  Warnings:      0/8 (0.0%)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Thomas H.P. Andersen 2022-10-09 22:39:01 +02:00 committed by Marge Bot
parent c0f42ddee4
commit e23f6819e0

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_shader_non_semantic_info = true,
.KHR_storage_buffer_storage_class = true,
#ifdef NVK_USE_WSI_PLATFORM
.KHR_swapchain = true,