MyGUI
3.0.1
|
#include <MyGUI_RenderFormat.h>
Public Types | |
enum | Enum { Unknow, L8, L8A8, R8G8B8, R8G8B8A8 } |
Public Member Functions | |
PixelFormat (Enum _value=Unknow) | |
Friends | |
bool | operator== (PixelFormat const &a, PixelFormat const &b) |
bool | operator!= (PixelFormat const &a, PixelFormat const &b) |
Definition at line 49 of file MyGUI_RenderFormat.h.
Definition at line 51 of file MyGUI_RenderFormat.h.
MyGUI::PixelFormat::PixelFormat | ( | Enum | _value = Unknow | ) | [inline] |
Definition at line 60 of file MyGUI_RenderFormat.h.
bool operator!= | ( | PixelFormat const & | a, |
PixelFormat const & | b | ||
) | [friend] |
Definition at line 63 of file MyGUI_RenderFormat.h.
bool operator== | ( | PixelFormat const & | a, |
PixelFormat const & | b | ||
) | [friend] |
Definition at line 62 of file MyGUI_RenderFormat.h.