Ion
|
Simple wrapper for a set of GL versions. More...
#include "graphicsmanager.h"
Public Member Functions | |
GlVersions (GLuint desktop, GLuint es, GLuint web) | |
GLuint | operator[] (GlApi i) const |
Public Attributes | |
GLuint | versions [kNumApis] |
Simple wrapper for a set of GL versions.
The order of the fields must match the ordering in GlApi, above. This can be used, for example to pass the set of minimum versions that contain a certain functionality (as is done by EnableFunctionGroupIfAvailable()). Since GraphicsManager is used by all Ion platfoms, this is a convenient way to let a single structure specify information for all GL flavors.
Definition at line 280 of file graphicsmanager.h.
Definition at line 281 of file graphicsmanager.h.
Definition at line 286 of file graphicsmanager.h.
Definition at line 287 of file graphicsmanager.h.