![]() |
glbinding
2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | glbinding |
Contains all the classes of glbinding. | |
Functions | |
template<typename Argument > | |
AbstractValue * | glbinding::createValue (const Argument &argument) |
A wrapper around the type deduction and memory allocation of a specific argument. | |
template<typename... Arguments> | |
std::vector< AbstractValue * > | glbinding::createValues (Arguments &&... arguments) |
A wrapper around the creation of a vector of arguments. | |