Function radiant_rs::backend::take_frame[][src]

pub fn take_frame<F>(display: &Display, callback: F) where
    F: FnMut(&mut Frame), 

Passes a mutable reference to the current glium::Frame used by Radiant to the given callback.