OGLplus (0.52.0) a C++ wrapper for OpenGL

access_specifier.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_ACCESS_SPECIFIER_1202231207_HPP
14 #define OGLPLUS_ACCESS_SPECIFIER_1202231207_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
27 OGLPLUS_ENUM_CLASS_BEGIN(AccessSpecifier, GLenum)
28 #include <oglplus/enums/access_specifier.ipp>
29 OGLPLUS_ENUM_CLASS_END(AccessSpecifier)
30 
31 
36 
37 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
38 #include <oglplus/enums/access_specifier_names.ipp>
39 #endif
40 
41 #if !OGLPLUS_NO_ENUM_VALUE_RANGES
42 #include <oglplus/enums/access_specifier_range.ipp>
43 #endif
44 
45 } // namespace oglplus
46 
47 #endif // include guard
AccessSpecifier typedef AccessSpecifier Access
Alternate name for AccessSpecifier.
Definition: access_specifier.hpp:35
Enumeration-related declarations.
AccessSpecifier
Enumeration of access type specifiers.
Definition: access_specifier.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).