MyGUI
3.0.1
|
#include <MyGUI_RenderFormat.h>
Public Types | |
enum | Enum { Default = 0, Static = (1<<( 0 )), Dynamic = (1<<( 1 )), Stream = (1<<( 2 )), Read = (1<<( 3 )), Write = (1<<( 4 )), RenderTarget = (1<<( 5 )) } |
Public Member Functions | |
TextureUsage (Enum _value=Default) | |
TextureUsage & | operator|= (TextureUsage const &_other) |
bool | isValue (Enum _value) |
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 69 of file MyGUI_RenderFormat.h.
Definition at line 71 of file MyGUI_RenderFormat.h.
Definition at line 82 of file MyGUI_RenderFormat.h.
|
inline |
Definition at line 91 of file MyGUI_RenderFormat.h.
|
inline |
Definition at line 87 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 85 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 84 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 88 of file MyGUI_RenderFormat.h.
|
friend |
Definition at line 89 of file MyGUI_RenderFormat.h.