[][src]Function ndless_sdl::video::ll::SDL_CreateRGBSurface

pub unsafe extern "C" fn SDL_CreateRGBSurface(
    flags: uint32_t,
    width: c_int,
    height: c_int,
    depth: c_int,
    Rmask: uint32_t,
    Gmask: uint32_t,
    Bmask: uint32_t,
    Amask: uint32_t
) -> *mut SDL_Surface