SDL_RemoveSurfaceAlternateImages

Remove all alternate versions of a surface.

This function removes a reference from all the alternative versions, destroying them if this is the last reference to them.

extern (C) nothrow @nogc extern
void
SDL_RemoveSurfaceAlternateImages

Parameters

surface SDL_Surface*

the SDL_Surface structure to update.

See Also

Meta