![]() |
glbinding
3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
#include <functional>
#include <glbinding/glbinding_api.h>
Go to the source code of this file.
Namespaces | |
namespace | glbinding |
Contains all the classes of glbinding. | |
Typedefs | |
using | glbinding::ProcAddress = void(*)() |
The generic pointer to a function. | |
using | glbinding::GetProcAddress = std::function<ProcAddress(const char*)> |
The signature for the getProcAddress function. | |