blob: da258fd977c93731e593065c33d454c02c6bf930 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkCmdExecuteCommands-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle
* [[VUID-vkCmdExecuteCommands-pCommandBuffers-parameter]] pname:pCommandBuffers must: be a valid pointer to an array of pname:commandBufferCount valid sname:VkCommandBuffer handles
* [[VUID-vkCmdExecuteCommands-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>>
* [[VUID-vkCmdExecuteCommands-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support transfer, graphics, or compute operations
* [[VUID-vkCmdExecuteCommands-bufferlevel]] pname:commandBuffer must: be a primary sname:VkCommandBuffer
* [[VUID-vkCmdExecuteCommands-commandBufferCount-arraylength]] pname:commandBufferCount must: be greater than `0`
* [[VUID-vkCmdExecuteCommands-commonparent]] Both of pname:commandBuffer, and the elements of pname:pCommandBuffers must: have been created, allocated, or retrieved from the same sname:VkDevice
****
.Host Synchronization
****
* Host access to pname:commandBuffer must: be externally synchronized
* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized
****
.Command Properties
****
[options="header", width="100%"]
|====
|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>>
|Primary|Both|Transfer +
Graphics +
Compute|
|====
****