SDL_SurfaceHasRLE

Returns whether the surface is RLE enabled.

It is safe to pass a NULL surface here; it will return false.

extern (C) nothrow @nogc extern
bool
SDL_SurfaceHasRLE

Parameters

surface SDL_Surface*

the SDL_Surface structure to query.

Return Value

Type: bool

true if the surface is RLE enabled, false otherwise.

See Also

Meta