glbinding  2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
Value.inl File Reference
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  glbinding
 Contains all the classes of glbinding.
 

Functions

template<typename Argument >
AbstractValueglbinding::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.