VkCmdDrawMultiIndexedEXT typedef

VkCmdDrawMultiIndexedEXT = void Function(Pointer<VkCommandBuffer> commandBuffer, int drawCount, Pointer<VkMultiDrawIndexedInfoEXT> pIndexInfo, int instanceCount, int firstInstance, int stride, Pointer<NativeType> pVertexOffset)

Implementation

typedef VkCmdDrawMultiIndexedEXT = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int drawCount,
    Pointer<VkMultiDrawIndexedInfoEXT> pIndexInfo,
    int instanceCount,
    int firstInstance,
    int stride,
    Pointer pVertexOffset);