OGLplus (0.45.0) a C++ wrapper for OpenGL

config_basic.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_CONFIG_BASIC_1107121519_HPP
14 #define OGLPLUS_CONFIG_BASIC_1107121519_HPP
15 
16 #if OGLPLUS_DOCUMENTATION_ONLY
17 
33 #define OGLPLUS_LOW_PROFILE
34 #else
35 # ifndef OGLPLUS_LOW_PROFILE
36 # define OGLPLUS_LOW_PROFILE 0
37 # endif
38 #endif
39 
40 #if OGLPLUS_DOCUMENTATION_ONLY
41 
56 #define OGLPLUS_LINK_LIBRARY
57 #else
58 # ifndef OGLPLUS_LINK_LIBRARY
59 # define OGLPLUS_LINK_LIBRARY 0
60 # endif
61 #endif
62 
63 #if OGLPLUS_LINK_LIBRARY
64 # define OGLPLUS_LIB_FUNC
65 #else
66 # define OGLPLUS_LIB_FUNC inline
67 #endif
68 
69 #endif // include guard

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Wed Apr 30 2014 by Doxygen (version 1.8.4).