Function VkDeviceCmds.CmdBindVertexBuffers

Commands for VK_VERSION_1_0

void CmdBindVertexBuffers (
  VkCommandBuffer_T* commandBuffer,
  uint firstBinding,
  uint bindingCount,
  const(VkBuffer_T*)* pBuffers,
  const(ulong)* pOffsets
);