···11111212#include <stdlib.h>
13131414+// If you update either list of extensions here, please update the "Client"
1515+// column in `vulkan-extensions.md`
1616+1417// Note: Most of the time, the instance extensions required do **not** vary by
1518// platform!
1619const char *xrt_gfx_vk_instance_extensions =
+4
src/xrt/compositor/main/comp_compositor.c
···659659 return vk_get_loader_functions(&c->vk, vkGetInstanceProcAddr);
660660}
661661662662+663663+// If any of these lists are updated, please also update the appropriate column
664664+// in `vulkan-extensions.md`
665665+662666#define COMP_INSTANCE_EXTENSIONS_COMMON \
663667 VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME, \
664668 VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME, \