VkCmdDrawIndirectByteCountEXTNative typedef

VkCmdDrawIndirectByteCountEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 instanceCount, Uint32 firstInstance, Pointer<VkBuffer> counterBuffer, Uint64 counterBufferOffset, Uint32 counterOffset, Uint32 vertexStride)

Implementation

typedef VkCmdDrawIndirectByteCountEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 instanceCount,
    Uint32 firstInstance,
    Pointer<VkBuffer> counterBuffer,
    Uint64 counterBufferOffset,
    Uint32 counterOffset,
    Uint32 vertexStride);