Allow multiple flag bits in subpass self-dependency
This commit is contained in:
parent
5c3af4b338
commit
5a1de0c1de
|
@ -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
|
||||
<<synchronization-pipeline-stages-types,graphics pipeline stages>>
|
||||
* [[VUID-VkSubpassDependency-srcSubpass-00867]]
|
||||
If pname:srcSubpass is equal to pname:dstSubpass and not all of the
|
||||
|
|
Loading…
Reference in New Issue