VkCmdDrawIndexedNative typedef

VkCmdDrawIndexedNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 indexCount, Uint32 instanceCount, Uint32 firstIndex, Int32 vertexOffset, Uint32 firstInstance)

Implementation

typedef VkCmdDrawIndexedNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 indexCount,
    Uint32 instanceCount,
    Uint32 firstIndex,
    Int32 vertexOffset,
    Uint32 firstInstance);