1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkCmdNextSubpass-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle 5* [[VUID-vkCmdNextSubpass-contents-parameter]] pname:contents must: be a valid elink:VkSubpassContents value 6* [[VUID-vkCmdNextSubpass-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>> 7* [[VUID-vkCmdNextSubpass-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support graphics operations 8* [[VUID-vkCmdNextSubpass-renderpass]] This command must: only be called inside of a render pass instance 9* [[VUID-vkCmdNextSubpass-bufferlevel]] pname:commandBuffer must: be a primary sname:VkCommandBuffer 10**** 11 12.Host Synchronization 13**** 14* Host access to pname:commandBuffer must: be externally synchronized 15* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized 16**** 17 18.Command Properties 19**** 20[options="header", width="100%"] 21|==== 22|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>> 23|Primary|Inside|Graphics|Graphics 24|==== 25**** 26 27