You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/chapters/renderpass.txt b/chapters/renderpass.txt
index 36cf6169..506f7709 100644
--- a/chapters/renderpass.txt+++ b/chapters/renderpass.txt@@ -2438,15 +2439,11 @@ include::{chapters}/commonvalidity/stage_mask_common.txt[]
* [[VUID-VkSubpassDependency-srcSubpass-00865]]
pname:srcSubpass and pname:dstSubpass must: not both be equal to
ename:VK_SUBPASS_EXTERNAL
- * [[VUID-VkSubpassDependency-srcSubpass-00867]]- If pname:srcSubpass is equal to pname:dstSubpass and not all of the- stages in pname:srcStageMask and pname:dstStageMask are- <<synchronization-framebuffer-regions,framebuffer-space stages>>, the- <<synchronization-pipeline-stages-order, logically latest>> pipeline- stage in pname:srcStageMask must: be- <<synchronization-pipeline-stages-order, logically earlier>> than or- equal to the <<synchronization-pipeline-stages-order, logically- earliest>> pipeline stage in pname:dstStageMask+ * [[VUID-VkSubpassDependency-srcSubpass-06809]]+ If pname:srcSubpass is equal to pname:dstSubpass and pname:srcStageMask+ includes a <<synchronization-framebuffer-regions,framebuffer-space+ stage>>, pname:dstStageMask must: only contain+ <<synchronization-framebuffer-regions, framebuffer-space stages>>
* [[VUID-VkSubpassDependency-srcAccessMask-00868]]
Any access flag included in pname:srcAccessMask must: be supported by
one of the pipeline stages in pname:srcStageMask, as specified in the
@@ -4010,15 +4007,11 @@ include::{chapters}/commonvalidity/stage_mask_common.txt[]
* [[VUID-VkSubpassDependency2-srcSubpass-03085]]
pname:srcSubpass and pname:dstSubpass must: not both be equal to
ename:VK_SUBPASS_EXTERNAL
- * [[VUID-VkSubpassDependency2-srcSubpass-03087]]- If pname:srcSubpass is equal to pname:dstSubpass and not all of the- stages in pname:srcStageMask and pname:dstStageMask are- <<synchronization-framebuffer-regions,framebuffer-space stages>>, the- <<synchronization-pipeline-stages-order, logically latest>> pipeline- stage in pname:srcStageMask must: be- <<synchronization-pipeline-stages-order, logically earlier>> than or- equal to the <<synchronization-pipeline-stages-order, logically- earliest>> pipeline stage in pname:dstStageMask+ * [[VUID-VkSubpassDependency2-srcSubpass-06810]]+ If pname:srcSubpass is equal to pname:dstSubpass and pname:srcStageMask+ includes a <<synchronization-framebuffer-regions,framebuffer-space+ stage>>, pname:dstStageMask must: only contain+ <<synchronization-framebuffer-regions, framebuffer-space stages>>
* [[VUID-VkSubpassDependency2-srcAccessMask-03088]]
Any access flag included in pname:srcAccessMask must: be supported by
one of the pipeline stages in pname:srcStageMask, as specified in the
The 1.3.218 spec relaxed a few sync VUs:
Spec issue is here: https://gitlab.khronos.org/vulkan/vulkan/-/issues/3075
The text was updated successfully, but these errors were encountered: