VkCmdDrawMultiIndexedEXTNative typedef

VkCmdDrawMultiIndexedEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 drawCount, Pointer<VkMultiDrawIndexedInfoEXT> pIndexInfo, Uint32 instanceCount, Uint32 firstInstance, Uint32 stride, Pointer<NativeType> pVertexOffset)

Implementation

typedef VkCmdDrawMultiIndexedEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 drawCount,
    Pointer<VkMultiDrawIndexedInfoEXT> pIndexInfo,
    Uint32 instanceCount,
    Uint32 firstInstance,
    Uint32 stride,
    Pointer pVertexOffset);