OGLplus (0.52.0) a C++ wrapper for OpenGL

hint.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_HINT_1201201108_HPP
14 #define OGLPLUS_HINT_1201201108_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
27 OGLPLUS_ENUM_CLASS_BEGIN(HintTarget, GLenum)
28 #include <oglplus/enums/hint_target.ipp>
29 OGLPLUS_ENUM_CLASS_END(HintTarget)
30 
31 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
32 #include <oglplus/enums/hint_target_names.ipp>
33 #endif
34 
35 #if !OGLPLUS_ENUM_VALUE_RANGES
36 #include <oglplus/enums/hint_target_range.ipp>
37 #endif
38 
40 
46 OGLPLUS_ENUM_CLASS_BEGIN(HintOption, GLenum)
47 #include <oglplus/enums/hint_option.ipp>
48 OGLPLUS_ENUM_CLASS_END(HintOption)
49 
50 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
51 #include <oglplus/enums/hint_option_names.ipp>
52 #endif
53 
54 #if !OGLPLUS_ENUM_VALUE_RANGES
55 #include <oglplus/enums/hint_option_range.ipp>
56 #endif
57 
58 } // namespace oglplus
59 
60 #endif // include guard
Enumeration-related declarations.
HintOption
Enumeration of hint options.
Definition: hint.hpp:46
HintTarget
Enumeration of hint targets.
Definition: hint.hpp:27

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