From 1ae1e695e2a97e3455257f028d6ca3a77b5fd008 Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Mon, 6 Dec 2021 14:04:41 +0100 Subject: [PATCH] c/util: Fix device extension list comment --- src/xrt/compositor/util/comp_vulkan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrt/compositor/util/comp_vulkan.h b/src/xrt/compositor/util/comp_vulkan.h index f57f97ed0..ec6212c8d 100644 --- a/src/xrt/compositor/util/comp_vulkan.h +++ b/src/xrt/compositor/util/comp_vulkan.h @@ -39,10 +39,10 @@ struct comp_vulkan_arguments //! Extensions that the instance is created with. struct comp_vulkan_extension_list instance_extensions; - //! Extensions that the instance is created with. + //! Extensions that the device is created with. struct comp_vulkan_extension_list required_device_extensions; - //! Extensions that the instance is created with. + //! Extensions that the device is created with. struct comp_vulkan_extension_list optional_device_extensions; //! Logging level to be set on the @ref vk_bundle.