OGLplus (0.52.0) a C++ wrapper for OpenGL

buffer_select_bit.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_BUFFER_SELECT_BIT_1201201052_HPP
14 #define OGLPLUS_BUFFER_SELECT_BIT_1201201052_HPP
15 
16 #include <oglplus/bitfield.hpp>
17 #include <oglplus/enumerations.hpp>
18 
19 namespace oglplus {
20 
22 
29 OGLPLUS_ENUM_CLASS_BEGIN(BufferSelectBit, GLbitfield)
30 #include <oglplus/enums/buffer_select_bit.ipp>
31 OGLPLUS_ENUM_CLASS_END(BufferSelectBit)
32 
33 OGLPLUS_MAKE_BITFIELD(BufferSelectBit)
34 
35 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
36 #include <oglplus/enums/buffer_select_bit_names.ipp>
37 #endif
38 
39 #if !OGLPLUS_ENUM_VALUE_RANGES
40 #include <oglplus/enums/buffer_select_bit_range.ipp>
41 #endif
42 
43 } // namespace oglplus
44 
45 #endif // include guard
OpenGL bitfield-related helpers.
Enumeration-related declarations.
BufferSelectBit
Buffer selection bit enumeration.
Definition: buffer_select_bit.hpp:29

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