Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
|
High-level handle wrapper to a texture in SDL2. More...
#include <sdl2_Types.hpp>
Public Member Functions | |
constexpr | TextureHandle () |
Creates a new empty TextureHandle. | |
constexpr | TextureHandle (Texture tex) |
Creates a new TextureHandle from an existing raw texture. | |
~TextureHandle () | |
Texture | Get () |
Gets the raw texture handle. | |
High-level handle wrapper to a texture in SDL2.
|
inlineconstexpr |
Creates a new empty TextureHandle.
|
inlineconstexpr |
Creates a new TextureHandle from an existing raw texture.
tex | Raw texture to create the handle from. |
pu::sdl2::TextureHandle::~TextureHandle | ( | ) |
|
inline |
Gets the raw texture handle.