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
33
34
35} // namespace glbinding
The Value class represents a printable wrapper around an OpenGL data type.
Definition Value.h:30
Contains all the classes of glbinding.
ProcAddress getProcAddress(const char *name)
Default getProcAddress implementation using libdl (Unix) and LoadLibrary (Windows).