OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Related Functions
o
Files
File List
File Members
All
Macros
Examples
oglplus
gl.hpp
Go to the documentation of this file.
1
#ifndef OGLPLUS_GL_HPP
9
#define OGLPLUS_GL_HPP
10
11
#include <
oglplus/gl_def.hpp
>
12
#if __has_include(<oglplus/config/fix_gl_version.hpp>)
13
#include <oglplus/config/fix_gl_version.hpp>
14
#endif
15
#if __has_include(<oglplus/config/fix_gl_extension.hpp>)
16
#include <oglplus/config/fix_gl_extension.hpp>
17
#endif
18
19
#ifndef GL_SHADER
20
#define GL_SHADER 0x82E1
21
#endif
22
23
#ifndef GL_PROGRAM
24
#define GL_PROGRAM 0x82E2
25
#endif
26
27
#ifndef GL_PROGRAM_PIPELINE
28
#define GL_PROGRAM_PIPELINE 0x82E4
29
#endif
30
31
#ifndef APIENTRY
32
#define APIENTRY
33
#endif
34
35
#endif
gl_def.hpp
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).