comp: Improve comment on vk_bundle

This commit is contained in:
Jakob Bornecrantz 2020-02-23 11:55:11 +00:00
parent e80775fb63
commit d4928e1a1c

View file

@ -25,8 +25,9 @@ extern "C" {
*/
/*!
* A bundle of Vulkan functions and objects, shared between @ref comp and
* @ref comp_client.
* A bundle of Vulkan functions and objects, used by both @ref comp and @ref
* comp_client. Note that they both have different instances of the object and
* as such VkInstance and so on.
*
* @ingroup comp_common
*/