mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
inc/xrt: Reference the Vulkan extension table from related data.
This commit is contained in:
parent
5ea9fe04a3
commit
535f20b503
|
@ -24,6 +24,10 @@ struct time_state;
|
||||||
/*!
|
/*!
|
||||||
* @brief A space-delimited string of Vulkan instance extensions required from a
|
* @brief A space-delimited string of Vulkan instance extensions required from a
|
||||||
* client.
|
* client.
|
||||||
|
*
|
||||||
|
* Should be kept synchronized with the "Client" column in @ref
|
||||||
|
* vulkan-extensions
|
||||||
|
*
|
||||||
* @ingroup xrt_iface
|
* @ingroup xrt_iface
|
||||||
*/
|
*/
|
||||||
extern const char *xrt_gfx_vk_instance_extensions;
|
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
|
* @brief A space-delimited string of Vulkan device extensions required from a
|
||||||
* client.
|
* client.
|
||||||
|
*
|
||||||
|
* Should be kept synchronized with the "Client" column in @ref
|
||||||
|
* vulkan-extensions
|
||||||
|
*
|
||||||
* @ingroup xrt_iface
|
* @ingroup xrt_iface
|
||||||
*/
|
*/
|
||||||
extern const char *xrt_gfx_vk_device_extensions;
|
extern const char *xrt_gfx_vk_device_extensions;
|
||||||
|
|
Loading…
Reference in a new issue