OGLplus (0.52.0) a C++ wrapper for OpenGL

pixel_data.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_PIXEL_DATA_1107121519_HPP
14 #define OGLPLUS_PIXEL_DATA_1107121519_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
29 OGLPLUS_ENUM_CLASS_BEGIN(PixelDataType, GLenum)
30 #include <oglplus/enums/pixel_data_type.ipp>
31 OGLPLUS_ENUM_CLASS_END(PixelDataType)
32 
33 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
34 #include <oglplus/enums/pixel_data_type_names.ipp>
35 #endif
36 
37 #if !OGLPLUS_ENUM_VALUE_RANGES
38 #include <oglplus/enums/pixel_data_type_range.ipp>
39 #endif
40 
42 
50 OGLPLUS_ENUM_CLASS_BEGIN(PixelDataFormat, GLenum)
51 #include <oglplus/enums/pixel_data_format.ipp>
52 OGLPLUS_ENUM_CLASS_END(PixelDataFormat)
53 
54 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
55 #include <oglplus/enums/pixel_data_format_names.ipp>
56 #endif
57 
58 #if !OGLPLUS_ENUM_VALUE_RANGES
59 #include <oglplus/enums/pixel_data_format_range.ipp>
60 #endif
61 
63 
67 
69 
79 OGLPLUS_ENUM_CLASS_BEGIN(PixelDataInternalFormat, GLenum)
80 #include <oglplus/enums/pixel_data_internal_format.ipp>
81 OGLPLUS_ENUM_CLASS_END(PixelDataInternalFormat)
82 
83 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
84 #include <oglplus/enums/pixel_data_internal_format_names.ipp>
85 #endif
86 
87 #if !OGLPLUS_ENUM_VALUE_RANGES
88 #include <oglplus/enums/pixel_data_internal_format_range.ipp>
89 #endif
90 
92 
96 
98 
104 OGLPLUS_ENUM_CLASS_BEGIN(ImageUnitFormat, GLenum)
105 #include <oglplus/enums/image_unit_format.ipp>
106 OGLPLUS_ENUM_CLASS_END(ImageUnitFormat)
107 
108 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
109 #include <oglplus/enums/image_unit_format_names.ipp>
110 #endif
111 
112 #if !OGLPLUS_ENUM_VALUE_RANGES
113 #include <oglplus/enums/image_unit_format_range.ipp>
114 #endif
115 
116 } // namespace oglplus
117 
118 #endif // include guard
PixelDataInternalFormat
OpenGL pixel data internal format enumeration.
Definition: pixel_data.hpp:79
Enumeration-related declarations.
PixelDataType
OpenGL pixel data type enumeration.
Definition: pixel_data.hpp:29
PixelDataFormat
OpenGL pixel data format enumeration.
Definition: pixel_data.hpp:50
PixelDataInternalFormat InternalFormat
Alias for PixelDataInternalFormat.
Definition: pixel_data.hpp:95
ImageUnitFormat
OpenGL image unit format enumeration.
Definition: pixel_data.hpp:104
PixelDataFormat Format
Alias for PixelDataFormat.
Definition: pixel_data.hpp:66

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