High-level handle wrapper to a texture in SDL2.
Definition sdl2_Types.hpp:47
constexpr TextureHandle()
Creates a new empty TextureHandle.
Definition sdl2_Types.hpp:55
Texture Get()
Gets the raw texture handle.
Definition sdl2_Types.hpp:70
constexpr TextureHandle(Texture tex)
Creates a new TextureHandle from an existing raw texture.
Definition sdl2_Types.hpp:61
#define PU_SMART_CTOR(type)
Defines a static function (::New(...)) as a constructor for smart ptrs, also defines a custom type (:...
Definition pu_Include.hpp:19