OGLplus (0.52.0) a C++ wrapper for OpenGL

context_release_behavior.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_CTX_RELEASE_BEHAVIOR_1107121519_HPP
14 #define OGLPLUS_CTX_RELEASE_BEHAVIOR_1107121519_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
24 OGLPLUS_ENUM_CLASS_BEGIN(ContextReleaseBehavior, GLenum)
25 #include <oglplus/enums/context_release_behavior.ipp>
26 OGLPLUS_ENUM_CLASS_END(ContextReleaseBehavior)
27 
28 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
29 #include <oglplus/enums/context_release_behavior_names.ipp>
30 #endif
31 
32 #if !OGLPLUS_ENUM_VALUE_RANGES
33 #include <oglplus/enums/context_release_behavior_range.ipp>
34 #endif
35 
38 
39 } // namespace oglplus
40 
41 #endif // include guard
Enumeration-related declarations.
ContextReleaseBehavior
GL Context release behavior enumeration.
Definition: context_release_behavior.hpp:24
ContextReleaseBehavior ReleaseBehavior
Alternate name for the ContextReleaseBehavior enumeration.
Definition: context_release_behavior.hpp:37

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).