Returns whether the surface is RLE enabled.
Defined in <SDL3/SDL_surface.h>
bool SDL_SurfaceHasRLE(SDL_Surface *surface);
SDL_Surface * | surface | the SDL_Surface structure to query. |
(bool) Returns true if the surface is RLE enabled, false otherwise.
It is safe to pass a NULL surface
here; it will return false.
This function is available since SDL 3.1.3.