Skip to main content

replay_atlas_commands

Function replay_atlas_commands 

Source
pub fn replay_atlas_commands(
    commands: &mut Vec<AtlasCommand>,
    target: &mut impl DrawSink,
)
Expand description

Replay recorded atlas commands into a DrawSink.

The commands Vec is drained, freeing memory as each command is consumed.