OGLplus (0.52.0) a C++ wrapper for OpenGL

buffer_map_access.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_BUFFER_MAP_ACCESS_1201201052_HPP
14 #define OGLPLUS_BUFFER_MAP_ACCESS_1201201052_HPP
15 
16 #include <oglplus/bitfield.hpp>
17 #include <oglplus/enumerations.hpp>
18 
19 namespace oglplus {
20 
22 
25 OGLPLUS_ENUM_CLASS_BEGIN(BufferMapAccess, GLbitfield)
26 #include <oglplus/enums/buffer_map_access.ipp>
27 OGLPLUS_ENUM_CLASS_END(BufferMapAccess)
28 OGLPLUS_MAKE_BITFIELD(BufferMapAccess)
29 
30 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
31 #include <oglplus/enums/buffer_map_access_names.ipp>
32 #endif
33 
34 #if !OGLPLUS_ENUM_VALUE_RANGES
35 #include <oglplus/enums/buffer_map_access_range.ipp>
36 #endif
37 
38 } // namespace oglplus
39 
40 #endif // include guard
OpenGL bitfield-related helpers.
Enumeration-related declarations.
BufferMapAccess
Buffer map access enumeration.
Definition: buffer_map_access.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).