Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
Loading...
Searching...
No Matches
pu::sdl2::TextureHandle Class Reference

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.
 

Detailed Description

High-level handle wrapper to a texture in SDL2.

Constructor & Destructor Documentation

◆ TextureHandle() [1/2]

pu::sdl2::TextureHandle::TextureHandle ( )
inlineconstexpr

Creates a new empty TextureHandle.

◆ TextureHandle() [2/2]

pu::sdl2::TextureHandle::TextureHandle ( Texture tex)
inlineconstexpr

Creates a new TextureHandle from an existing raw texture.

Parameters
texRaw texture to create the handle from.

◆ ~TextureHandle()

pu::sdl2::TextureHandle::~TextureHandle ( )

Member Function Documentation

◆ Get()

Texture pu::sdl2::TextureHandle::Get ( )
inline

Gets the raw texture handle.

Returns
Raw texture handle.

The documentation for this class was generated from the following file: