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_api_fwd.hpp
Go to the documentation of this file.
1
#ifndef OGLPLUS_GL_API_FWD_HPP
9
#define OGLPLUS_GL_API_FWD_HPP
10
11
namespace
eagine::oglp {
12
//------------------------------------------------------------------------------
13
class
gl_api_traits;
14
15
template
<
typename
ApiTraits>
16
class
basic_gl_api;
17
20
using
gl_api
=
basic_gl_api<gl_api_traits>
;
21
//------------------------------------------------------------------------------
22
}
// namespace eagine::oglp
23
24
#endif // OGLPLUS_GL_API_FWD_HPP
eagine::oglp::basic_gl_api
Combined wrapper for the GL API operations and constants.
Definition:
basic_gl_api.hpp:27
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).