9#include <glbinding/glbinding_api.h>
10#include <glbinding/glbinding_features.h>
93 inline operator std::pair<unsigned char, unsigned char>()
const;
99 inline operator std::pair<unsigned short, unsigned short>()
const;
105 inline operator std::pair<unsigned int, unsigned int>()
const;
114 inline std::string toString()
const;
The Value class represents a printable wrapper around an OpenGL data type.
Definition Value.h:30
Value & operator=(const Value &)=delete
The deleted assigment operator.
The Version class represents an OpenGL feature, consisting of major version and minor version,...
Definition Version.h:34
unsigned char m_minor
The minor version.
Definition Version.h:227
unsigned char m_major
The major version.
Definition Version.h:226
Contains all the classes of glbinding.