Rose
|
A functor to destroy an SDL_PixelFormat in a std::unique_ptr (rose::sdl::PixelFormat) More...
#include <Texture.h>
Public Member Functions | |
void | operator() (SDL_PixelFormat *sdlPixelFormat) |
Call the SDL API to free an SDL_PixelFormat. More... | |
A functor to destroy an SDL_PixelFormat in a std::unique_ptr (rose::sdl::PixelFormat)
|
inline |
Call the SDL API to free an SDL_PixelFormat.
sdlPixelFormat | A pointer to the SDL_PixelFormat to free. |