Skip to main content

image_init

Function image_init 

Source
pub unsafe extern "C" fn image_init(
    image: *mut basisu_image,
    pData: *const u8,
    width: u32,
    height: u32,
    comps: u32,
)