diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 0582dc0f951..07d72fd5b1d 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -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,