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}