EGLplus (0.52.0) a C++ wrapper for EGL

opengl_profile_bit.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef EGLPLUS_OPENGL_PROFILE_BIT_1303292057_HPP
14 #define EGLPLUS_OPENGL_PROFILE_BIT_1303292057_HPP
15 
16 #include <eglplus/enumerations.hpp>
17 #include <eglplus/bitfield.hpp>
18 
19 namespace eglplus {
20 
22 
25 EGLPLUS_ENUM_CLASS_BEGIN(OpenGLProfileBit, EGLenum)
26 #include <eglplus/enums/opengl_profile_bit.ipp>
27 EGLPLUS_ENUM_CLASS_END(OpenGLProfileBit)
28 
29 #if !EGLPLUS_NO_ENUM_VALUE_NAMES
30 #include <eglplus/enums/opengl_profile_bit_names.ipp>
31 #endif
32 
33 #if !EGLPLUS_ENUM_VALUE_RANGES
34 #include <eglplus/enums/opengl_profile_bit_range.ipp>
35 #endif
36 
37 EGLPLUS_MAKE_BITFIELD(OpenGLProfileBit)
38 
39 } // namespace eglplus
40 
41 #endif // include guard
EGL bitfield-related helpers.
Enumeration-related declarations.
OpenGLProfileBit
EGL OpenGL profile mask bits enumeration.
Definition: opengl_profile_bit.hpp:25

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