Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_FreeSurface?

SDL_FreeSurface?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_FreeSurface?- Frees (deletes) and SDL_Surface

SYNOPSIS

#include

void SDL_FreeSurface?(__SDL_Surface

  • surface__);

DESCRIPTION

Frees the resources used by a previously created SDL_Surface. If the surface was created using SDL_CreateRGBSurfaceFrom then the pixel data is not freed.

SEE ALSO

SDL_CreateRGBSurface SDL_CreateRGBSurfaceFrom


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.