Function draw_rgba_nocopy

pub unsafe fn draw_rgba_nocopy<T>(wid: &mut T, fb: &[u8])
where T: WidgetBase,
Available on crate feature dep_fltk only.
Expand description

Draw a framebuffer (rgba) into a widget

§Safety

The data passed should be valid and outlive the widget