OGLplus (0.52.0) a C++ wrapper for OpenGL

texture_filter.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_TEXTURE_FILTER_1107121519_HPP
14 #define OGLPLUS_TEXTURE_FILTER_1107121519_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
29 OGLPLUS_ENUM_CLASS_BEGIN(TextureFilter, GLenum)
30 #include <oglplus/enums/texture_filter.ipp>
31 OGLPLUS_ENUM_CLASS_END(TextureFilter)
32 
33 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
34 #include <oglplus/enums/texture_filter_names.ipp>
35 #endif
36 
37 #if !OGLPLUS_ENUM_VALUE_RANGES
38 #include <oglplus/enums/texture_filter_range.ipp>
39 #endif
40 
42 
50 OGLPLUS_ENUM_CLASS_BEGIN(TextureMagFilter, GLenum)
51 #include <oglplus/enums/texture_mag_filter.ipp>
52 OGLPLUS_ENUM_CLASS_END(TextureMagFilter)
53 
54 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
55 #include <oglplus/enums/texture_mag_filter_names.ipp>
56 #endif
57 
58 #if !OGLPLUS_ENUM_VALUE_RANGES
59 #include <oglplus/enums/texture_mag_filter_range.ipp>
60 #endif
61 
63 
71 OGLPLUS_ENUM_CLASS_BEGIN(TextureMinFilter, GLenum)
72 #include <oglplus/enums/texture_min_filter.ipp>
73 OGLPLUS_ENUM_CLASS_END(TextureMinFilter)
74 
75 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
76 #include <oglplus/enums/texture_min_filter_names.ipp>
77 #endif
78 
79 #if !OGLPLUS_ENUM_VALUE_RANGES
80 #include <oglplus/enums/texture_min_filter_range.ipp>
81 #endif
82 
83 } // namespace oglplus
84 
85 #endif // include guard
TextureFilter
Texture filter enumeration.
Definition: texture_filter.hpp:29
TextureMinFilter
Texture minification filter enumeration.
Definition: texture_filter.hpp:71
Enumeration-related declarations.
TextureMagFilter
Texture magnification filter enumeration.
Definition: texture_filter.hpp:50

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