10#include <glbinding-aux/glbinding-aux_api.h>
11#include <glbinding-aux/glbinding-aux_features.h>
The Value class represents a printable wrapper around an OpenGL data type.
Definition Value.h:30
The Version class represents an OpenGL feature, consisting of major version and minor version,...
Definition Version.h:34
Definition ValidVersions.h:19
static const Version s_latest
The most current version.
Definition ValidVersions.h:78
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 const Version & nearest(const Version &version)
Returns the nearest valid Version to this Version.
static std::set< Version > succeeding(const Version &version)
Returns the list of all valid, subsequent Versions (Features) known by the gl.xml.
static const std::set< Version > s_validVersions
The set of all valid versions.
Definition ValidVersions.h:77
static bool isValid(const Version &version)
Check for validity of this Version, based on the list of all valid features.
static const Version & latest()
Return the most current valid Version.
Contains all the classes of glbinding.