| 
| 
  | StaticTex (Ren &r, const pixelfmt::Id fmt, const geom::Size s) | 
|   | 
| 
  | Tex (const Tex &that)=delete | 
|   | 
| 
  | Tex (Tex &&that) noexcept | 
|   | 
| 
Tex &  | operator= (const Tex &that)=delete | 
|   | 
| 
Tex &  | operator= (Tex &&that) noexcept | 
|   | 
| 
BlendMode  | getBlendMode () | 
|   | 
| 
void  | setBlendMode (const BlendMode m) | 
|   | 
| 
uint8_t  | getAlphaMod () | 
|   | 
| 
void  | setAlphaMod (const uint8_t i) | 
|   | 
| 
RGB  | getRGBMod () | 
|   | 
| 
void  | setRGBMod (const RGB i) | 
|   | 
| 
TextureInfo  | query () | 
|   | 
| 
SDL_Texture *  | unsafeRaw () noexcept | 
|   | 
| 
const SDL_Texture *  | unsafeRaw () const noexcept | 
|   | 
 | 
| 
  | Tex (Ren &r, const pixelfmt::Id fmt, const int access, const geom::Size s) | 
|   | 
| 
SDL_Texture *  | h_ | 
|   | 
Definition at line 73 of file Tex.hpp.
 
The documentation for this class was generated from the following files: