![]() |
glbinding
2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
#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 an OpenGL function. More... | |
Functions | |
GLBINDING_API ProcAddress | glbinding::getProcAddress (const char *name) |
Loads the function pointer of an OpenGL function and returns it. More... | |