Function SDL_RemoveSurfaceAlternateImages

pub unsafe extern "C" fn SDL_RemoveSurfaceAlternateImages(
    surface: *mut SDL_Surface,
)
Available on crate feature dep_sdl3 only.
Expand description

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.

§Parameters

§Availability

This function is available since SDL 3.2.0.

§See also