Function fermium::surface::SDL_LoadBMP[][src]

pub unsafe fn SDL_LoadBMP(file: *const c_char) -> *mut SDL_Surface

Given a file path to a BMP file, load and parse it into an SDL_Surface as one step.

Return: As SDL_LoadBMP_RW: the new surface, or NULL if there was an error.