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
ProcAddress.h
Go to the documentation of this file.
1
2
#pragma once
3
4
5
#include <functional>
6
7
#include <glbinding/glbinding_api.h>
8
9
10
namespace
glbinding
11
{
12
13
18
using
ProcAddress
= void(*)();
19
24
using
GetProcAddress
= std::function<
ProcAddress
(
const
char
*)>;
25
26
27
}
// namespace glbinding
glbinding
Contains all the classes of glbinding.
glbinding::GetProcAddress
std::function< ProcAddress(const char *)> GetProcAddress
The signature for the getProcAddress function.
Definition
ProcAddress.h:24
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