OGLplus  (0.59.0) a C++ wrapper for rendering APIs

basic.hpp
Go to the documentation of this file.
1 #ifndef OGLPLUS_CONFIG_BASIC_HPP
9 #define OGLPLUS_CONFIG_BASIC_HPP
10 
11 #if __has_include(<oglplus/config/site.hpp>)
12 #include <oglplus/config/site.hpp>
13 #endif
14 
15 #ifndef OGLPLUS_GLX_FOUND
16 #define OGLPLUS_GLX_FOUND 0
17 #endif
18 
19 #ifndef OGLPLUS_GLFW3_FOUND
20 #define OGLPLUS_GLFW3_FOUND 0
21 #endif
22 
23 #ifndef OGLPLUS_GLFW_FOUND
24 #define OGLPLUS_GLFW_FOUND 0
25 #endif
26 
27 #ifndef OGLPLUS_GLUT_FOUND
28 #define OGLPLUS_GLUT_FOUND 0
29 #endif
30 
31 #ifndef OGLPLUS_FREEGLUT_FOUND
32 #define OGLPLUS_FREEGLUT_FOUND 0
33 #endif
34 
35 #ifndef OGLPLUS_SDL_FOUND
36 #define OGLPLUS_SDL_FOUND 0
37 #endif
38 
39 #ifndef OGLPLUS_LOW_PROFILE
40 #define OGLPLUS_LOW_PROFILE 0
41 #endif
42 
43 #ifndef OGLPLUS_NO_LIMIT_CHECKS
44 #define OGLPLUS_NO_LIMIT_CHECKS OGLPLUS_LOW_PROFILE
45 #endif
46 
47 #ifndef OGLPLUS_LINK_LIBRARY
48 #define OGLPLUS_LINK_LIBRARY 0
49 #endif
50 
51 #if OGLPLUS_LINK_LIBRARY
52 #define OGLPLUS_LIB_FUNC
53 #else
54 #define OGLPLUS_LIB_FUNC inline
55 #endif
56 
57 #endif // OGLPLUS_CONFIG_BASIC_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).