VkCmdDrawIndexedIndirectCountAMDNative typedef

VkCmdDrawIndexedIndirectCountAMDNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> buffer, Uint64 offset, Pointer<VkBuffer> countBuffer, Uint64 countBufferOffset, Uint32 maxDrawCount, Uint32 stride)

Implementation

typedef VkCmdDrawIndexedIndirectCountAMDNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> buffer,
    Uint64 offset,
    Pointer<VkBuffer> countBuffer,
    Uint64 countBufferOffset,
    Uint32 maxDrawCount,
    Uint32 stride);