![]() |
glbinding
3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
#include <glbinding-aux/ValidVersions.h>
Static Public Member Functions | |
static bool | isValid (const Version &version) |
Check for validity of this Version, based on the list of all valid features. | |
static const Version & | nearest (const Version &version) |
Returns the nearest valid Version to this Version. | |
static const std::set< Version > & | versions () |
Accessor for the list of all valid Versions (OpenGL features) | |
static std::set< Version > | preceeding (const Version &version) |
Returns the list of all valid, previous Versions (Features) known by the gl.xml. | |
static std::set< Version > | succeeding (const Version &version) |
Returns the list of all valid, subsequent Versions (Features) known by the gl.xml. | |
static const Version & | latest () |
Return the most current valid Version. | |
Static Protected Attributes | |
static const std::set< Version > | s_validVersions |
The set of all valid versions. | |
static const Version | s_latest |
The most current version. | |
Check for validity of this Version, based on the list of all valid features.
true
iff the version is valid (i.e., if this version is present in the set of valid versions) Accessor for the list of all valid Versions (OpenGL features)
|
static |
Returns the list of all valid, previous Versions (Features) known by the gl.xml.
|
static |
Returns the list of all valid, subsequent Versions (Features) known by the gl.xml.
The set of all valid versions.