mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
inc/xrt: Comments
This commit is contained in:
parent
69a33c642d
commit
af8459e407
|
@ -22,11 +22,15 @@ struct time_state;
|
|||
|
||||
|
||||
/*!
|
||||
* @brief A space-delimited string of Vulkan instance extensions required from a
|
||||
* client.
|
||||
* @ingroup xrt_iface
|
||||
*/
|
||||
extern const char *xrt_gfx_vk_instance_extensions;
|
||||
|
||||
/*!
|
||||
* @brief A space-delimited string of Vulkan device extensions required from a
|
||||
* client.
|
||||
* @ingroup xrt_iface
|
||||
*/
|
||||
extern const char *xrt_gfx_vk_device_extensions;
|
||||
|
|
Loading…
Reference in a new issue