Returns whether the surface is RLE enabled
Defined in SDL_surface.h
SDL_bool SDL_HasSurfaceRLE(SDL_Surface * surface);
SDL_Surface * | surface | the SDL_Surface structure to query. |
(SDL_bool) Returns SDL_TRUE if the surface is RLE enabled, SDL_FALSE otherwise.
It is safe to pass a NULL surface
here; it will return SDL_FALSE.
This function is available since SDL 2.0.14.