Return whether a surface has alternate versions available.
Defined in <SDL3/SDL_surface.h>
SDL_bool SDL_SurfaceHasAlternateImages(SDL_Surface *surface);
SDL_Surface * | surface | the SDL_Surface structure to query. |
(SDL_bool) Returns SDL_TRUE if alternate versions are available or SDL_TRUE otherwise.
This function is available since SDL 3.0.0.