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