vkCmdBindVertexBuffers | NVK Search
  1. No Results
Categories
vkCmdBindVertexBuffers Bind vertex buffers to a command buffer Syntax
void vkCmdBindVertexBuffers();
Parameters commandBuffer VkCommandBuffer is the command buffer into which the command is recorded. firstBinding Number is the index of the first vertex input binding whose state is updated by the command. bindingCount Number is the number of vertex input bindings whose state is updated by the command. pBuffers Array[VkBuffer] is an array of buffer handles. pOffsets BigUint64Array is an array of buffer offsets.