Function tetra::graphics::flush[][src]

pub fn flush(ctx: &mut Context)

Sends queued data to the graphics hardware.

You usually will not have to call this manually, as the graphics API will automatically flush when necessary. Try to keep flushing to a minimum, as this will reduce the number of draw calls made to the graphics device.