glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
getProcAddress.h
Go to the documentation of this file.
1
2#pragma once
3
4
5#include <glbinding/glbinding_api.h>
6
8
9
10namespace glbinding
11{
12
13
32GLBINDING_API ProcAddress getProcAddress(const char * name);
33
34
35} // namespace glbinding
Contains all the classes of glbinding.
ProcAddress getProcAddress(const char *name)
Default getProcAddress implementation using libdl (Unix) and LoadLibrary (Windows).
void(*)() ProcAddress
The generic pointer to a function.
Definition ProcAddress.h:18