nvk: Move KHR_timeline_semaphore to the right spot in the list

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36298>
This commit is contained in:
Faith Ekstrand
2025-07-22 17:06:36 -04:00
committed by Marge Bot
parent 2553628369
commit efa9b872fb

View File

@@ -174,12 +174,12 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
.KHR_shader_terminate_invocation = true,
.KHR_spirv_1_4 = true,
.KHR_storage_buffer_storage_class = true,
.KHR_timeline_semaphore = true,
#ifdef NVK_USE_WSI_PLATFORM
.KHR_swapchain = true,
.KHR_swapchain_mutable_format = true,
#endif
.KHR_synchronization2 = true,
.KHR_timeline_semaphore = true,
.KHR_uniform_buffer_standard_layout = true,
.KHR_variable_pointers = true,
.KHR_vertex_attribute_divisor = true,