OGLplus (0.52.0) a C++ wrapper for OpenGL

program_interface.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_PROGRAM_INTERFACE_1208301144_HPP
14 #define OGLPLUS_PROGRAM_INTERFACE_1208301144_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
33 OGLPLUS_ENUM_CLASS_BEGIN(ProgramInterface, GLenum)
34 #include <oglplus/enums/program_interface.ipp>
35 OGLPLUS_ENUM_CLASS_END(ProgramInterface)
36 
37 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
38 #include <oglplus/enums/program_interface_names.ipp>
39 #endif
40 
41 #if !OGLPLUS_ENUM_VALUE_RANGES
42 #include <oglplus/enums/program_interface_range.ipp>
43 #endif
44 
46 
55 OGLPLUS_ENUM_CLASS_BEGIN(ProgramResourceProperty, GLenum)
56 #include <oglplus/enums/program_resource_property.ipp>
57 OGLPLUS_ENUM_CLASS_END(ProgramResourceProperty)
58 
59 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
60 #include <oglplus/enums/program_resource_property_names.ipp>
61 #endif
62 
63 #if !OGLPLUS_ENUM_VALUE_RANGES
64 #include <oglplus/enums/program_resource_property_range.ipp>
65 #endif
66 
67 } // namespace oglplus
68 
69 #endif // include guard
Enumeration-related declarations.
ProgramInterface
Program interface enumeration.
Definition: program_interface.hpp:33
ProgramResourceProperty
Program resource property enumeration.
Definition: program_interface.hpp:55

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