Function fermium::surface::SDL_CreateRGBSurfaceWithFormat[][src]

pub unsafe extern "C" fn SDL_CreateRGBSurfaceWithFormat(
    flags: u32,
    width: c_int,
    height: c_int,
    depth: c_int,
    format: u32
) -> *mut SDL_Surface

Similar to SDL_CreateRGBSurface, but using a pixel format enum value.