Function SDL_FreeFormat
pub unsafe extern "C" fn SDL_FreeFormat(format: *mut SDL_PixelFormat)
Available on crate feature
dep_sdl2
only.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