Function stb_image_rust::stbi_loadf_from_memory[][src]

pub unsafe fn stbi_loadf_from_memory(
    buffer: *mut u8,
    len: i32,
    x: *mut i32,
    y: *mut i32,
    comp: *mut i32,
    req_comp: i32
) -> *mut f32