[][src]Function sdl2_sys::SDL_CreateRGBSurfaceWithFormat

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