[][src]Function ul_sys::ulCreateBitmapFromPixels

pub unsafe extern "C" fn ulCreateBitmapFromPixels(
    width: c_uint,
    height: c_uint,
    format: ULBitmapFormat,
    row_bytes: c_uint,
    pixels: *const c_void,
    size: usize,
    should_copy: bool
) -> ULBitmap

Create bitmap from existing pixel buffer. @see Bitmap for help using this function.