rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
Public Member Functions | List of all members
rolmodl::LockTex Class Reference
Inheritance diagram for rolmodl::LockTex:
rolmodl::Tex

Public Member Functions

 LockTex (Ren &r, const pixelfmt::Id fmt, const geom::Size s)
 
pixelfmt::Id format () const noexcept
 
- Public Member Functions inherited from rolmodl::Tex
 Tex (const Tex &that)=delete
 
 Tex (Tex &&that) noexcept
 
Texoperator= (const Tex &that)=delete
 
Texoperator= (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
 

Additional Inherited Members

- Protected Member Functions inherited from rolmodl::Tex
 Tex (Ren &r, const pixelfmt::Id fmt, const int access, const geom::Size s)
 
- Protected Attributes inherited from rolmodl::Tex
SDL_Texture * h_
 

Detailed Description

Definition at line 78 of file Tex.hpp.


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