Gateware Libraries  6.3.A
Beta Build
GGraphicsDefines.h
1 #ifndef GGRAPHICSDEFINES_H
2 #define GGRAPHICSDEFINES_H
3 
15 namespace GW
17 {
19  namespace GRAPHICS
20  {
23  {
24  COLOR_10_BIT = 0x01,
29  };
30  }
31 }
32 
33 #endif
Definition: GGraphicsDefines.h:27
Definition: GGraphicsDefines.h:25
Definition: GGraphicsDefines.h:28
Definition: GGraphicsDefines.h:26
Definition: GGraphicsDefines.h:24
The core namespace to which all Gateware interfaces/structures/defines must belong.
Definition: GAudio.h:20
GGraphicsInitOptions
GGraphicsInitOptions holds the special options that can be requested when initializing a GGraphics su...
Definition: GGraphicsDefines.h:22