glbinding
2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
glbinding
include
glbinding
ProcAddress.h
Go to the documentation of this file.
1
2
#pragma once
3
4
#include <glbinding/glbinding_api.h>
5
6
7
namespace
glbinding
8
{
9
10
15
using
ProcAddress
= void(*)();
16
29
GLBINDING_API
ProcAddress
getProcAddress
(
const
char
* name);
30
31
32
}
// namespace glbinding
glbinding
Contains all the classes of glbinding.
glbinding::ProcAddress
void(*)( ProcAddress)
The generic pointer to an OpenGL function.
Definition:
ProcAddress.h:15
glbinding::getProcAddress
GLBINDING_API ProcAddress getProcAddress(const char *name)
Loads the function pointer of an OpenGL function and returns it.
Generated on Wed Aug 31 2016 07:33:39 for glbinding by
1.8.11