From 777add8f9ed2fc5053bd644e941da07f8a62e439 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 26 Aug 2020 12:31:04 +0100 Subject: [PATCH] xrt: Tidy some comments --- src/xrt/include/xrt/xrt_compositor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/xrt/include/xrt/xrt_compositor.h b/src/xrt/include/xrt/xrt_compositor.h index 04d673dc8..df29f258a 100644 --- a/src/xrt/include/xrt/xrt_compositor.h +++ b/src/xrt/include/xrt/xrt_compositor.h @@ -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]; };