1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdBindIndexBuffer,vkCmdBindIndexBuffer]]
3[source,c++]
4----
5void vkCmdBindIndexBuffer(
6 VkCommandBuffer commandBuffer,
7 VkBuffer buffer,
8 VkDeviceSize offset,
9 VkIndexType indexType);
10----
11