1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkCmdBindVertexBuffers-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle 5* [[VUID-vkCmdBindVertexBuffers-pBuffers-parameter]] pname:pBuffers must: be a valid pointer to an array of pname:bindingCount valid sname:VkBuffer handles 6* [[VUID-vkCmdBindVertexBuffers-pOffsets-parameter]] pname:pOffsets must: be a valid pointer to an array of pname:bindingCount basetype:VkDeviceSize values 7* [[VUID-vkCmdBindVertexBuffers-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>> 8* [[VUID-vkCmdBindVertexBuffers-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support graphics operations 9* [[VUID-vkCmdBindVertexBuffers-bindingCount-arraylength]] pname:bindingCount must: be greater than `0` 10* [[VUID-vkCmdBindVertexBuffers-commonparent]] Both of pname:commandBuffer, and the elements of pname:pBuffers must: have been created, allocated, or retrieved from the same sname:VkDevice 11**** 12 13.Host Synchronization 14**** 15* Host access to pname:commandBuffer must: be externally synchronized 16* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized 17**** 18 19.Command Properties 20**** 21[options="header", width="100%"] 22|==== 23|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>> 24|Primary + 25Secondary|Both|Graphics| 26|==== 27**** 28 29