From 5a1de0c1dee453fd02dc7d27c1b14e1fb170a9bc Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Thu, 12 Jul 2018 19:31:31 +0200 Subject: [PATCH] Allow multiple flag bits in subpass self-dependency --- chapters/renderpass.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/chapters/renderpass.txt b/chapters/renderpass.txt index 91a71c55..3c718529 100644 --- a/chapters/renderpass.txt +++ b/chapters/renderpass.txt @@ -1097,10 +1097,9 @@ layouts as follows: * [[VUID-VkSubpassDependency-srcSubpass-00865]] pname:srcSubpass and pname:dstSubpass must: not both be equal to ename:VK_SUBPASS_EXTERNAL - * [[VUID-VkSubpassDependency-srcSubpass-00866]] - If pname:srcSubpass is equal to pname:dstSubpass, pname:srcStageMask and - pname:dstStageMask must: only contain - ename:VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT, or one of the + * If pname:srcSubpass is equal to pname:dstSubpass, pname:srcStageMask and + pname:dstStageMask must: not set any bits that are not + ename:VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT, or not one of the <> * [[VUID-VkSubpassDependency-srcSubpass-00867]] If pname:srcSubpass is equal to pname:dstSubpass and not all of the