Scroll to navigation

SDL_DestroyPixelFormat(3) SDL3 FUNCTIONS SDL_DestroyPixelFormat(3)

NAME

SDL_DestroyPixelFormat - Free an SDL_PixelFormat
structure allocated by SDL_CreatePixelFormat ().

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_DestroyPixelFormat(SDL_PixelFormat *format);

FUNCTION PARAMETERS

the SDL_PixelFormat
structure to free

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_CreatePixelFormat(3)

SDL 3.1.0 SDL