MyGUI::TextureUsage Struct Reference

#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)
TextureUsageoperator|= (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)

Detailed Description

Definition at line 69 of file MyGUI_RenderFormat.h.


Member Enumeration Documentation

Enumerator:
Default 
Static 
Dynamic 
Stream 
Read 
Write 
RenderTarget 

Definition at line 71 of file MyGUI_RenderFormat.h.


Constructor & Destructor Documentation

MyGUI::TextureUsage::TextureUsage ( Enum  _value = Default  )  [inline]

Definition at line 82 of file MyGUI_RenderFormat.h.


Member Function Documentation

bool MyGUI::TextureUsage::isValue ( Enum  _value  )  [inline]

Definition at line 91 of file MyGUI_RenderFormat.h.

TextureUsage& MyGUI::TextureUsage::operator|= ( TextureUsage const &  _other  )  [inline]

Definition at line 87 of file MyGUI_RenderFormat.h.


Friends And Related Function Documentation

bool operator!= ( TextureUsage const &  a,
TextureUsage const &  b 
) [friend]

Definition at line 85 of file MyGUI_RenderFormat.h.

bool operator== ( TextureUsage const &  a,
TextureUsage const &  b 
) [friend]

Definition at line 84 of file MyGUI_RenderFormat.h.

TextureUsage operator| ( TextureUsage const &  a,
TextureUsage const &  b 
) [friend]

Definition at line 89 of file MyGUI_RenderFormat.h.

TextureUsage operator| ( Enum const &  a,
Enum const &  b 
) [friend]

Definition at line 88 of file MyGUI_RenderFormat.h.


The documentation for this struct was generated from the following file:
Generated on Thu Nov 17 15:31:18 2011 for MyGUI by  doxygen 1.6.3