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