glbinding  2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
gl10/values.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <glbinding/nogl.h>
4 #include <glbinding/gl/values.h>
5 
6 
7 namespace gl10
8 {
9 
10 
11 
12 
13 
14 } // namespace gl10
std::vector< AbstractValue * > createValues(Arguments &&... arguments)
A wrapper around the creation of a vector of arguments.
Definition: Value.inl:66
Definition: gl10/bitfield.h:8
The Value class represents a printable wrapper around an OpenGL data type.
Definition: Value.h:28
The AbstractValue class represents the superclass of a printable wrapper around an OpenGL data type.
Definition: AbstractValue.h:20
AbstractValue * createValue(const Argument &argument)
A wrapper around the type deduction and memory allocation of a specific argument.
Definition: Value.inl:60
Value(const T &value)
Constructor.
Definition: Value.inl:48
virtual void printOn(std::ostream &stream) const override
Prints the contents of this Value on a stream.
Definition: Value.inl:54
Contains all the classes of glbinding.