OGLplus (0.52.0) a C++ wrapper for OpenGL

color_buffer.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_COLOR_BUFFER_1107121519_HPP
14 #define OGLPLUS_COLOR_BUFFER_1107121519_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
28 OGLPLUS_ENUM_CLASS_BEGIN(ColorBuffer, GLenum)
29 #include <oglplus/enums/color_buffer.ipp>
30 OGLPLUS_ENUM_CLASS_END(ColorBuffer)
31 
32 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
33 #include <oglplus/enums/color_buffer_names.ipp>
34 #endif
35 
36 #if !OGLPLUS_ENUM_VALUE_RANGES
37 #include <oglplus/enums/color_buffer_range.ipp>
38 #endif
39 
40 } // namespace oglplus
41 
42 #endif // include guard
Enumeration-related declarations.
ColorBuffer
Enumeration of color buffers for read/write operations.
Definition: color_buffer.hpp:28

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