[][src]Function vk_rs::vk::CmdDrawIndirectCountKHR

pub unsafe extern "C" fn CmdDrawIndirectCountKHR(
    commandBuffer: CommandBuffer,
    buffer: Buffer,
    offset: DeviceSize,
    countBuffer: Buffer,
    countBufferOffset: DeviceSize,
    maxDrawCount: u32,
    stride: u32
)