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