Function sdl2_sys::SDL_FreeFormat

source ·
pub unsafe extern "C" fn SDL_FreeFormat(format: *mut SDL_PixelFormat)
Expand description

Free an SDL_PixelFormat structure allocated by SDL_AllocFormat().

\param format the SDL_PixelFormat structure to free

\since This function is available since SDL 2.0.0.

\sa SDL_AllocFormat