Function rui::canvas

source · []
pub fn canvas<F: Fn(LocalRect, &mut VGER) + 'static>(f: F) -> impl View
Expand description

Canvas for GPU drawing with VGER. See https://github.com/audulus/vger-rs.