unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCmdBindVertexBuffers.txt

12 lines
495 B
Plaintext

// 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);
----