#include <vector>
#include <glbinding/glbinding_api.h>
#include <glbinding/AbstractValue.h>
#include <glbinding/gl/types.h>
#include <glbinding/gl/boolean.h>
#include <glbinding/Value.inl>
Go to the source code of this file.
|
| | glbinding |
| | Contains all the classes of glbinding.
|
| |
|
| template<typename Argument > |
| AbstractValue * | glbinding::createValue (const Argument &argument) |
| | A wrapper around the type deduction and memory allocation of a specific argument. More...
|
| |
| template<typename... Arguments> |
| std::vector< AbstractValue * > | glbinding::createValues (Arguments &&... arguments) |
| | A wrapper around the creation of a vector of arguments. More...
|
| |