blob: 80b95fd877b4c90a671265b69a61941f4fcb5be5 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdBindVertexBuffers,vkCmdBindVertexBuffers]]
[source,c++]
----
void vkCmdBindVertexBuffers(
VkCommandBuffer commandBuffer,
uint32_t firstBinding,
uint32_t bindingCount,
const VkBuffer* pBuffers,
const VkDeviceSize* pOffsets);
----