Function gdnative_sys::godot_image_new_with_size_format_data [] [src]

pub unsafe extern fn godot_image_new_with_size_format_data(p_img: *mut godot_image,
                                                           p_width: c_int,
                                                           p_height: c_int,
                                                           p_use_mipmaps: bool,
                                                           p_format: godot_image_format,
                                                           p_data: *mut godot_pool_byte_array)