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

This commit is contained in:
Ryan Pavlik 2020-11-24 17:36:22 -06:00 committed by Jakob Bornecrantz
parent 5ea9fe04a3
commit 535f20b503

View file

@ -24,6 +24,10 @@ struct time_state;
/*!
* @brief A space-delimited string of Vulkan instance extensions required from a
* client.
*
* Should be kept synchronized with the "Client" column in @ref
* vulkan-extensions
*
* @ingroup xrt_iface
*/
extern const char *xrt_gfx_vk_instance_extensions;
@ -31,6 +35,10 @@ extern const char *xrt_gfx_vk_instance_extensions;
/*!
* @brief A space-delimited string of Vulkan device extensions required from a
* client.
*
* Should be kept synchronized with the "Client" column in @ref
* vulkan-extensions
*
* @ingroup xrt_iface
*/
extern const char *xrt_gfx_vk_device_extensions;