OGLplus (0.52.0) a C++ wrapper for OpenGL

texture_wrap.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_TEXTURE_WRAP_1107121519_HPP
14 #define OGLPLUS_TEXTURE_WRAP_1107121519_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
28 OGLPLUS_ENUM_CLASS_BEGIN(TextureWrapCoord, GLenum)
29 #include <oglplus/enums/texture_wrap_coord.ipp>
30 OGLPLUS_ENUM_CLASS_END(TextureWrapCoord)
31 
32 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
33 #include <oglplus/enums/texture_wrap_coord_names.ipp>
34 #endif
35 
36 #if !OGLPLUS_ENUM_VALUE_RANGES
37 #include <oglplus/enums/texture_wrap_coord_range.ipp>
38 #endif
39 
41 
51 OGLPLUS_ENUM_CLASS_BEGIN(TextureWrap, GLenum)
52 #include <oglplus/enums/texture_wrap.ipp>
53 OGLPLUS_ENUM_CLASS_END(TextureWrap)
54 
55 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
56 #include <oglplus/enums/texture_wrap_names.ipp>
57 #endif
58 
59 #if !OGLPLUS_ENUM_VALUE_RANGES
60 #include <oglplus/enums/texture_wrap_range.ipp>
61 #endif
62 
63 } // namespace oglplus
64 
65 #endif // include guard
Enumeration-related declarations.
TextureWrap
Texture wrap enumeration.
Definition: texture_wrap.hpp:51
TextureWrapCoord
Texture wrap parameter coordinate enumeration.
Definition: texture_wrap.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).