From cd018c98f8762eb22667c8f570bd5b199e9252f0 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 8 May 2022 13:44:00 +0100 Subject: [PATCH] c/main: Work around clang-format (NFC) --- src/xrt/compositor/main/comp_compositor.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/xrt/compositor/main/comp_compositor.c b/src/xrt/compositor/main/comp_compositor.c index fa10df73f..3b1231e70 100644 --- a/src/xrt/compositor/main/comp_compositor.c +++ b/src/xrt/compositor/main/comp_compositor.c @@ -562,12 +562,12 @@ static const char *instance_extensions_windows[] = { // Note: Keep synchronized with comp_vk_glue - we should have everything they // do, plus VK_KHR_SWAPCHAIN_EXTENSION_NAME static const char *required_device_extensions[] = { - VK_KHR_SWAPCHAIN_EXTENSION_NAME, - VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME, - VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME, - VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME, - VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME, - VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME, + VK_KHR_SWAPCHAIN_EXTENSION_NAME, // + VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME, // + VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME, // + VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME, // + VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME, // + VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME, // // Platform version of "external_memory" #if defined(XRT_GRAPHICS_BUFFER_HANDLE_IS_FD)