Skip to main content

vkCmdDrawIndexedIndirectCount

Function vkCmdDrawIndexedIndirectCount 

Source
pub unsafe extern "system" fn vkCmdDrawIndexedIndirectCount(
    commandBuffer: VkCommandBuffer,
    buffer: VkBuffer,
    offset: VkDeviceSize,
    countBuffer: VkBuffer,
    countBufferOffset: VkDeviceSize,
    maxDrawCount: u32,
    stride: u32,
)
Expand description

Available if built with exported-prototypes.