Function sdl2_sys::SDL_HasSurfaceRLE[][src]

pub unsafe extern "C" fn SDL_HasSurfaceRLE(
    surface: *mut SDL_Surface
) -> SDL_bool
Expand description

\brief Returns whether the surface is RLE enabled

\return SDL_TRUE if the surface is RLE enabled, or SDL_FALSE if the surface is NULL or not RLE enabled