OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
oglplus
config
site.hpp
Go to the documentation of this file.
1
#ifndef OGLPLUS_CONFIG_SITE_HPP
11
#define OGLPLUS_CONFIG_SITE_HPP
12
13
#include <
eagine/config/site.hpp
>
14
15
// clang-format off
16
#define OGLPLUS_GLX_FOUND 1
17
#define OGLPLUS_GLFW3_FOUND 1
18
#define OGLPLUS_GLFW_FOUND 0
19
#define OGLPLUS_GLUT_FOUND 1
20
#define OGLPLUS_FREEGLUT_FOUND 1
21
#define OGLPLUS_SDL_FOUND 0
22
23
#define OGLPLUS_GL_VERSION_MAJOR
24
#define OGLPLUS_GL_VERSION_MINOR
25
26
#ifndef OGLPLUS_LOW_PROFILE
27
#define OGLPLUS_LOW_PROFILE EAGINE_LOW_PROFILE
28
#endif
29
30
#ifndef OGLPLUS_USE_GLCOREARB_H
31
#define OGLPLUS_USE_GLCOREARB_H 0
32
#endif
33
34
#ifndef OGLPLUS_USE_GLES3_GL32_H
35
#define OGLPLUS_USE_GLES3_GL32_H 0
36
#endif
37
38
#ifndef OGLPLUS_USE_GLES3_GL31_H
39
#define OGLPLUS_USE_GLES3_GL31_H 0
40
#endif
41
42
#ifndef OGLPLUS_USE_GLES3_GL3_H
43
#define OGLPLUS_USE_GLES3_GL3_H 0
44
#endif
45
46
#ifndef OGLPLUS_USE_GL3_GL3_H
47
#define OGLPLUS_USE_GL3_GL3_H 0
48
#endif
49
50
#ifndef OGLPLUS_USE_GLEW
51
#define OGLPLUS_USE_GLEW 1
52
#endif
53
54
#ifndef OGLPLUS_USE_GL3W
55
#define OGLPLUS_USE_GL3W 0
56
#endif
57
// clang-format on
58
59
#endif
site.hpp
System configuration options.
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).