![]() |
raylib-cpp
C++ object-oriented wrapper library for raylib.
|
Public Member Functions | |
RenderTexture2D (::RenderTexture2D renderTexture) | |
RenderTexture2D (int width, int height) | |
RenderTexture2D (unsigned int Id) | |
~RenderTexture2D () | |
RenderTexture2D & | BeginTextureMode () |
RenderTexture2D & | EndTextureMode () |
Texture2D | GetDepth () |
unsigned int | GetId () |
Texture2D | GetTexture () |
RenderTexture2D & | operator= (const ::RenderTexture2D &texture) |
RenderTexture2D & | operator= (const RenderTexture2D &texture) |
void | set (::RenderTexture2D renderTexture) |
void | SetDepth (Texture2D value) |
void | SetId (unsigned int value) |
void | SetTexture (Texture2D value) |
void | Unload () |
Definition at line 15 of file RenderTexture2D.hpp.
|
inline |
Definition at line 17 of file RenderTexture2D.hpp.
References set().
|
inline |
Definition at line 20 of file RenderTexture2D.hpp.
|
inline |
Definition at line 23 of file RenderTexture2D.hpp.
References set().
|
inline |
Definition at line 47 of file RenderTexture2D.hpp.
References Unload().
|
inline |
Definition at line 55 of file RenderTexture2D.hpp.
|
inline |
Definition at line 60 of file RenderTexture2D.hpp.
|
inline |
Definition at line 35 of file RenderTexture2D.hpp.
|
inline |
Definition at line 33 of file RenderTexture2D.hpp.
|
inline |
Definition at line 34 of file RenderTexture2D.hpp.
|
inline |
Definition at line 37 of file RenderTexture2D.hpp.
References set().
|
inline |
Definition at line 42 of file RenderTexture2D.hpp.
References set().
|
inline |
Definition at line 27 of file RenderTexture2D.hpp.
Referenced by operator=(), and RenderTexture2D().
|
inline |
Definition at line 35 of file RenderTexture2D.hpp.
|
inline |
Definition at line 33 of file RenderTexture2D.hpp.
|
inline |
Definition at line 34 of file RenderTexture2D.hpp.
|
inline |
Definition at line 51 of file RenderTexture2D.hpp.
Referenced by ~RenderTexture2D().