From 3960d0e3329657202abaf2ffd4f4dc32b63c58b0 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 19 Sep 2017 13:49:05 -0700 Subject: vulkan: Rename multiview from KHX to KHR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lionel Landwerlin Reviewed-by: Samuel Iglesias Gonsálvez Reviewed-by: Dave Airlie --- src/vulkan/registry/vk.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/vulkan/registry') diff --git a/src/vulkan/registry/vk.xml b/src/vulkan/registry/vk.xml index 13fc2628aef..91ace825db4 100644 --- a/src/vulkan/registry/vk.xml +++ b/src/vulkan/registry/vk.xml @@ -2087,21 +2087,21 @@ private version is maintained in the 1.0 branch of the member gitlab server. VkFence fence VkExternalFenceHandleTypeFlagBitsKHR handleType - - VkStructureType sType + + VkStructureType sType void* pNext VkBool32 multiviewMultiple views in a renderpass VkBool32 multiviewGeometryShaderMultiple views in a renderpass w/ geometry shader VkBool32 multiviewTessellationShaderMultiple views in a renderpass w/ tessellation shader - - VkStructureType sType + + VkStructureType sType void* pNext uint32_t maxMultiviewViewCountmax number of views in a subpass uint32_t maxMultiviewInstanceIndexmax instance index for a draw in a multiview subpass - - VkStructureType sType + + VkStructureType sType const void* pNext uint32_t subpassCount const uint32_t* pViewMasks @@ -6154,17 +6154,17 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + - - - - - - - - - + + + + + + + + + -- cgit v1.2.3