Function fltk::draw::draw_rgba_nocopy[][src]

pub unsafe fn draw_rgba_nocopy<T: WidgetBase>(wid: &mut T, fb: &[u8])
Expand description

Draw a framebuffer (rgba) into a widget

Safety

The data passed should be valid and outlive the widget