1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCmdBindVertexBuffers,vkCmdBindVertexBuffers]] 3[source,c++] 4---- 5void vkCmdBindVertexBuffers( 6 VkCommandBuffer commandBuffer, 7 uint32_t firstBinding, 8 uint32_t bindingCount, 9 const VkBuffer* pBuffers, 10 const VkDeviceSize* pOffsets); 11---- 12