mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
xrt: Tidy some comments
This commit is contained in:
parent
7295cfd2d5
commit
777add8f9e
|
@ -534,11 +534,10 @@ struct xrt_compositor_info
|
|||
//! Supported formats, never changes.
|
||||
int64_t formats[XRT_MAX_SWAPCHAIN_FORMATS];
|
||||
|
||||
|
||||
//! The vk device suggested used by the compositor
|
||||
//! The vk device as used by the compositor, never changes.
|
||||
uint8_t compositor_vk_deviceUUID[XRT_GPU_UUID_SIZE];
|
||||
|
||||
//! The vk device suggested for rendering to Vulkan clients
|
||||
//! The vk device suggested for Vulkan clients, never changes.
|
||||
uint8_t client_vk_deviceUUID[XRT_GPU_UUID_SIZE];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue