xrt: Tidy some comments

This commit is contained in:
Jakob Bornecrantz 2020-08-26 12:31:04 +01:00
parent 7295cfd2d5
commit 777add8f9e

View file

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