The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp: Add comments near Vulkan extension lists about updating docs.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
5ea9fe04 58932134

+7
+3
src/xrt/compositor/client/comp_vk_glue.c
··· 11 11 12 12 #include <stdlib.h> 13 13 14 + // If you update either list of extensions here, please update the "Client" 15 + // column in `vulkan-extensions.md` 16 + 14 17 // Note: Most of the time, the instance extensions required do **not** vary by 15 18 // platform! 16 19 const char *xrt_gfx_vk_instance_extensions =
+4
src/xrt/compositor/main/comp_compositor.c
··· 659 659 return vk_get_loader_functions(&c->vk, vkGetInstanceProcAddr); 660 660 } 661 661 662 + 663 + // If any of these lists are updated, please also update the appropriate column 664 + // in `vulkan-extensions.md` 665 + 662 666 #define COMP_INSTANCE_EXTENSIONS_COMMON \ 663 667 VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME, \ 664 668 VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME, \