Trait polystrip::RenderDrop[][src]

pub trait RenderDrop<'a> {
    fn cleanup(&mut self, context: &Renderer, frame_idx: usize);
}

Cleanup for a RenderTarget.

The cleanup function is called upon a Frame’s drop, after it has done its own cleanup.

Required methods

fn cleanup(&mut self, context: &Renderer, frame_idx: usize)[src]

Loading content...

Implementors

Loading content...