From 9f48887aac85f77f5c6d42659b25ad26ac14be20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 4 Jan 2021 22:51:56 +0100 Subject: [PATCH] Vk: proper structure order in docs. --- src/Magnum/Vk/DeviceProperties.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Vk/DeviceProperties.h b/src/Magnum/Vk/DeviceProperties.h index 575d5cf51..fb39dba34 100644 --- a/src/Magnum/Vk/DeviceProperties.h +++ b/src/Magnum/Vk/DeviceProperties.h @@ -442,12 +442,12 @@ class MAGNUM_VK_EXPORT DeviceProperties { * - If Vulkan 1.1 or the @vk_extension{KHR,variable_pointers} * extension is supported by the device, the `pNext` chain * contains @type_vk_keyword{PhysicalDeviceVariablePointersFeatures} - * - If Vulkan 1.1 or the @vk_extension{KHR,sampler_ycbcr_conversion} - * extension is supported by the device, the `pNext` chain - * contains @type_vk_keyword{PhysicalDeviceSamplerYcbcrConversionFeatures} * - If the @vk_extension{KHR,acceleration_structure} extension is * supported by the device, the `pNext` chain contains * @type_vk_keyword{PhysicalDeviceAccelerationStructureFeaturesKHR} + * - If Vulkan 1.1 or the @vk_extension{KHR,sampler_ycbcr_conversion} + * extension is supported by the device, the `pNext` chain + * contains @type_vk_keyword{PhysicalDeviceSamplerYcbcrConversionFeatures} * - If Vulkan 1.2 or the @vk_extension{EXT,descriptor_indexing} * extension is supported by the device, the `pNext` chain * contains @type_vk_keyword{PhysicalDeviceDescriptorIndexingFeatures}