msfs::sys

Function nvgCreateImageRGBA

Source
pub unsafe extern "C" fn nvgCreateImageRGBA(
    ctx: *mut NVGcontext,
    w: c_int,
    h: c_int,
    imageFlags: c_int,
    data: *const c_uchar,
) -> c_int