MyGUI 3.4.2
|
#include <MyGUI_RenderFormat.h>
Public Types | |
enum | Enum { Default = MYGUI_FLAG_NONE , Static = MYGUI_FLAG(0) , Dynamic = MYGUI_FLAG(1) , Stream = MYGUI_FLAG(2) , Read = MYGUI_FLAG(3) , Write = MYGUI_FLAG(4) , RenderTarget = MYGUI_FLAG(5) } |
Public Member Functions | |
TextureUsage (Enum _value=Default) | |
TextureUsage & | operator|= (TextureUsage const &_other) |
bool | isValue (Enum _value) const |
int | getValue () const |
Friends | |
bool | operator== (TextureUsage const &a, TextureUsage const &b) |
bool | operator!= (TextureUsage const &a, TextureUsage const &b) |
TextureUsage | operator| (Enum const &a, Enum const &b) |
TextureUsage | operator| (TextureUsage const &a, TextureUsage const &b) |
Definition at line 102 of file MyGUI_RenderFormat.h.
Enumerator | |
---|---|
Default | |
Static | |
Dynamic | |
Stream | |
Read | |
Write | |
RenderTarget |
Definition at line 104 of file MyGUI_RenderFormat.h.
Definition at line 115 of file MyGUI_RenderFormat.h.
|
inline |
Definition at line 151 of file MyGUI_RenderFormat.h.
Definition at line 146 of file MyGUI_RenderFormat.h.
|
inline |
Definition at line 130 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 125 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 120 of file MyGUI_RenderFormat.h.
Definition at line 136 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 141 of file MyGUI_RenderFormat.h.