Crate draw_queue

Source
Expand description

Generic draw queue that keeps item ordering, supposedly minimizing the sorting time per frame by exploiting temporal coherency.

Structsยง

Queue
Generic draw queue.
QueueIter
Iterator over queue objects.