The open source OpenXR runtime
0
fork

Configure Feed

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

inc/xrt: Reference the Vulkan extension table from related data.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
535f20b5 5ea9fe04

+8
+8
src/xrt/include/xrt/xrt_gfx_vk.h
··· 24 24 /*! 25 25 * @brief A space-delimited string of Vulkan instance extensions required from a 26 26 * client. 27 + * 28 + * Should be kept synchronized with the "Client" column in @ref 29 + * vulkan-extensions 30 + * 27 31 * @ingroup xrt_iface 28 32 */ 29 33 extern const char *xrt_gfx_vk_instance_extensions; ··· 31 35 /*! 32 36 * @brief A space-delimited string of Vulkan device extensions required from a 33 37 * client. 38 + * 39 + * Should be kept synchronized with the "Client" column in @ref 40 + * vulkan-extensions 41 + * 34 42 * @ingroup xrt_iface 35 43 */ 36 44 extern const char *xrt_gfx_vk_device_extensions;