#include <iosfwd>
#include <string>
#include <set>
#include <utility>
#include <glbinding/glbinding_api.h>
Go to the source code of this file.
|
class | glbinding::Version |
| The Version class represents an OpenGL feature, consisting of majow version and minor version, excluding the profile information. More...
|
|
|
| glbinding |
| Contains all the classes of glbinding.
|
|
◆ operator<<()
GLBINDING_API std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const glbinding::Version & |
version |
|
) |
| |
The operator to allow Versions to be printed onto a std::ostream.