inc/xrt: Comments

This commit is contained in:
Ryan Pavlik 2020-11-23 14:09:31 -06:00
parent 69a33c642d
commit af8459e407

View file

@ -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;