OGLplus (0.52.0) a C++ wrapper for OpenGL

transform_feedback_target.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_TRANSFORM_FEEDBACK_TARGET_1107121519_HPP
14 #define OGLPLUS_TRANSFORM_FEEDBACK_TARGET_1107121519_HPP
15 
16 #include <oglplus/fwd.hpp>
17 #include <oglplus/enumerations.hpp>
18 
19 namespace oglplus {
20 
21 #if OGLPLUS_DOCUMENTATION_ONLY || GL_VERSION_4_0 || GL_ARB_transform_feedback2
22 
24 
27 OGLPLUS_ENUM_CLASS_BEGIN(TransformFeedbackTarget, GLenum)
28 #include <oglplus/enums/transform_feedback_target.ipp>
29 OGLPLUS_ENUM_CLASS_END(TransformFeedbackTarget)
30 
31 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
32 #include <oglplus/enums/transform_feedback_target_names.ipp>
33 #endif
34 
35 #if !OGLPLUS_ENUM_VALUE_RANGES
36 #include <oglplus/enums/transform_feedback_target_range.ipp>
37 #endif
38 
39 #endif
40 
41 } // namespace oglplus
42 
43 #endif // include guard
Forward declarations.
Enumeration-related declarations.
TransformFeedbackTarget
Transform feedback bind targets.
Definition: transform_feedback_target.hpp:27

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