mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
comp: Improve comment on vk_bundle
This commit is contained in:
parent
e80775fb63
commit
d4928e1a1c
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue