MCPcopy Create free account
hub / github.com/MyGUI/mygui / Enum

Enum Enum

MyGUIEngine/include/MyGUI_RenderFormat.h:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 {
17 public:
18 enum Enum
19 {
20 ColourARGB, // D3D style compact colour
21 ColourABGR, // GL style compact colour
22 MAX
23 };
24
25 VertexColourType(Enum _value = MAX) :
26 mValue(_value)

Callers 1

TextureUsage operator|Function · 0.70

Calls 1

MYGUI_FLAGFunction · 0.85

Tested by

no test coverage detected