EGLplus (0.52.0) a C++ wrapper for EGL

swap_behavior.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef EGLPLUS_SWAP_BEHAVIOR_1303292057_HPP
14 #define EGLPLUS_SWAP_BEHAVIOR_1303292057_HPP
15 
16 #include <eglplus/enumerations.hpp>
17 
18 namespace eglplus {
19 
21 
24 EGLPLUS_ENUM_CLASS_BEGIN(SwapBehavior, EGLenum)
25 #include <eglplus/enums/swap_behavior.ipp>
26 EGLPLUS_ENUM_CLASS_END(SwapBehavior)
27 
28 #if !EGLPLUS_NO_ENUM_VALUE_NAMES
29 #include <eglplus/enums/swap_behavior_names.ipp>
30 #endif
31 
32 #if !EGLPLUS_ENUM_VALUE_RANGES
33 #include <eglplus/enums/swap_behavior_range.ipp>
34 #endif
35 
36 } // namespace eglplus
37 
38 #endif // include guard
Enumeration-related declarations.
SwapBehavior
EGL buffer swap behavior enumeration.
Definition: swap_behavior.hpp:24

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