From d74c9d0a3cec5a1ec45d39cbabcb271b57b2cfc6 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Wed, 10 Jul 2019 10:22:39 +0200 Subject: [PATCH] Fix wrong subpass in VkRenderPassCreateInfo VU (#994) --- chapters/renderpass.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/chapters/renderpass.txt b/chapters/renderpass.txt index 1903c1db..9968ea0e 100644 --- a/chapters/renderpass.txt +++ b/chapters/renderpass.txt @@ -273,7 +273,8 @@ endif::VK_VERSION_1_1,VK_KHR_multiview[] ename:VK_SUBPASS_EXTERNAL, all stage flags included in the pname:dstStageMask member of that dependency must: be a pipeline stage supported by the <> - identified by the pname:pipelineBindPoint member of the source subpass + identified by the pname:pipelineBindPoint member of the destination + subpass * [[VUID-VkRenderPassCreateInfo-srcSubpass-02517]] The pname:srcSubpass member of each element of pname:pDependencies must: be less than pname:subpassCount @@ -1682,13 +1683,14 @@ respectively. ename:VK_SUBPASS_EXTERNAL, all stage flags included in the pname:srcStageMask member of that dependency must: be a pipeline stage supported by the <> - identified by the pname:pipelineBindPoint member of the source subpass. + identified by the pname:pipelineBindPoint member of the source subpass * [[VUID-VkRenderPassCreateInfo2KHR-pDependencies-03055]] For any element of pname:pDependencies, if the pname:dstSubpass is not ename:VK_SUBPASS_EXTERNAL, all stage flags included in the pname:dstStageMask member of that dependency must: be a pipeline stage supported by the <> - identified by the pname:pipelineBindPoint member of the source subpass. + identified by the pname:pipelineBindPoint member of the destination + subpass * [[VUID-VkRenderPassCreateInfo2KHR-pCorrelatedViewMasks-03056]] The set of bits included in any element of pname:pCorrelatedViewMasks must: not overlap with the set of bits included in any other element of