VkCmdDraw typedef

VkCmdDraw = void Function(Pointer<VkCommandBuffer> commandBuffer, int vertexCount, int instanceCount, int firstVertex, int firstInstance)

Implementation

typedef VkCmdDraw = void Function(Pointer<VkCommandBuffer> commandBuffer,
    int vertexCount, int instanceCount, int firstVertex, int firstInstance);