VkCmdDrawIndirectCountKHR typedef

VkCmdDrawIndirectCountKHR = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> buffer, int offset, Pointer<VkBuffer> countBuffer, int countBufferOffset, int maxDrawCount, int stride)

Implementation

typedef VkCmdDrawIndirectCountKHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> buffer,
    int offset,
    Pointer<VkBuffer> countBuffer,
    int countBufferOffset,
    int maxDrawCount,
    int stride);