VkCmdDrawNative typedef

VkCmdDrawNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 vertexCount, Uint32 instanceCount, Uint32 firstVertex, Uint32 firstInstance)

Implementation

typedef VkCmdDrawNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 vertexCount,
    Uint32 instanceCount,
    Uint32 firstVertex,
    Uint32 firstInstance);