From f3f8a5da40fcaf05f979917393522b107ebef92c Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 19 Oct 2023 15:09:50 +0800 Subject: [PATCH] Add/correct a couple of optional attributes (#2252) * Add missing optional attribute to pFaultCount To bring it in line with other dual-use count parameters * Correct optional attribute on VkLatencySurfaceCapabilitiesNV::presentModeCount This brings it in line with other counter members, such as the one in VkSurfacePresentModeCompatibilityEXT * remove extraneous space after attribute name --- xml/vk.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/vk.xml b/xml/vk.xml index b3a939bcc..1b5630e72 100644 --- a/xml/vk.xml +++ b/xml/vk.xml @@ -8776,7 +8776,7 @@ typedef void* MTLSharedEvent_id; VkStructureType sType const void* pNext - uint32_t presentModeCount + uint32_t presentModeCount VkPresentModeKHR* pPresentModes @@ -13748,7 +13748,7 @@ typedef void* MTLSharedEvent_id; VkDevice device VkFaultQueryBehavior faultQueryBehavior VkBool32* pUnrecordedFaults - uint32_t* pFaultCount + uint32_t* pFaultCount VkFaultData* pFaults @@ -22683,8 +22683,8 @@ typedef void* MTLSharedEvent_id; - - + +