SDLTexture & operator=(const SDLTexture &other)=delete
Definition: DrawContext.hpp:65
SDLTextTexture(std::weak_ptr< Window > parent_window, SDL_Surface *s)
Definition: SDLTexture.hpp:60
Definition: SDLTexture.hpp:58
Definition: SDLTexture.hpp:33
SDLTextTexture(std::weak_ptr< Window > parent_window, Size2D s)
Definition: SDLTexture.hpp:62
SDLTexture(std::weak_ptr< Window > parent_window, Size2D size)
Size2D GetSize()
Definition: SDLTexture.hpp:43