VkCmdDrawIndexed typedef

VkCmdDrawIndexed = void Function(Pointer<VkCommandBuffer> commandBuffer, int indexCount, int instanceCount, int firstIndex, int vertexOffset, int firstInstance)

Implementation

typedef VkCmdDrawIndexed = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int indexCount,
    int instanceCount,
    int firstIndex,
    int vertexOffset,
    int firstInstance);