FastUIDraw
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
+
Functions
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
+
Typedefs
c
d
f
i
p
r
u
v
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
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
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
f
i
l
m
n
r
s
t
u
v
+
Typedefs
b
c
d
f
i
j
n
p
r
s
t
v
+
Enumerations
a
b
c
d
e
f
g
h
i
j
m
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Related Functions
+
Files
File List
+
File Members
+
All
f
o
+
Functions
f
o
Variables
+
Macros
f
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
inc
fastuidraw
gl_backend
ngl_header.hpp
Go to the documentation of this file.
1
/*!
2
* \file ngl_header.hpp
3
* \brief file ngl_header.hpp
4
*
5
* Copyright 2016 by Intel.
6
*
7
* Contact: kevin.rogovin@gmail.com
8
*
9
* This Source Code Form is subject to the
10
* terms of the Mozilla Public License, v. 2.0.
11
* If a copy of the MPL was not distributed with
12
* this file, You can obtain one at
13
* http://mozilla.org/MPL/2.0/.
14
*
15
* \author Kevin Rogovin <kevin.rogovin@gmail.com>
16
*
17
*/
18
19
#ifdef __EMSCRIPTEN__
20
#include <fastuidraw/gl_backend/ngl_emscripten_gles3.hpp>
21
#elif defined(FASTUIDRAW_GL_USE_GLES)
22
#include <fastuidraw/gl_backend/ngl_gles3.hpp>
23
#else
24
#include <fastuidraw/gl_backend/ngl_gl.hpp>
25
#endif
Generated by
1.8.13