glbinding
2.0.0.00e2ff521289
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
A callback signature with multiple arguments but no return type. More...
#include <glbinding/include/glbinding/Function.h>
Public Types | |
using | type = std::function< void(Arguments...)> |
Propagate the actual callable callback type. More... | |
A callback signature with multiple arguments but no return type.
Arguments | The types of the arguments |
using glbinding::CallbackType< void, Arguments... >::type = std::function<void(Arguments...)> |
Propagate the actual callable callback type.