Skip to main content

vkCmdBindVertexBuffers

Function vkCmdBindVertexBuffers 

Source
pub unsafe extern "system" fn vkCmdBindVertexBuffers(
    commandBuffer: VkCommandBuffer,
    firstBinding: u32,
    bindingCount: u32,
    pBuffers: *const VkBuffer,
    pOffsets: *const VkDeviceSize,
)
Expand description

Available if built with exported-prototypes.