OGLplus (0.52.0) a C++ wrapper for OpenGL

pixel_storage_mode.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_PIXEL_STORAGE_MODE_1201200843_HPP
14 #define OGLPLUS_PIXEL_STORAGE_MODE_1201200843_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
28 OGLPLUS_ENUM_CLASS_BEGIN(PixelStorageMode, GLenum)
29 #include <oglplus/enums/pixel_storage_mode.ipp>
30 OGLPLUS_ENUM_CLASS_END(PixelStorageMode)
31 
32 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
33 #include <oglplus/enums/pixel_storage_mode_names.ipp>
34 #endif
35 
36 #if !OGLPLUS_ENUM_VALUE_RANGES
37 #include <oglplus/enums/pixel_storage_mode_range.ipp>
38 #endif
39 
40 } // namespace oglplus
41 
42 #endif // include guard
Enumeration-related declarations.
PixelStorageMode
Pixel storage mode parameter enumeration.
Definition: pixel_storage_mode.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).