Function rust_raylib::ffi::LoadImageFromMemory
source · pub unsafe extern "C" fn LoadImageFromMemory(
fileType: *const c_char,
fileData: *const c_uchar,
dataSize: c_int
) -> Image
Expand description
Load image from memory buffer, fileType refers to extension: i.e. ‘.png’