OGLplus (0.52.0) a C++ wrapper for OpenGL

compare_function.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_CMP_FUNC_1107121519_HPP
14 #define OGLPLUS_CMP_FUNC_1107121519_HPP
15 
16 #include <oglplus/enumerations.hpp>
17 
18 namespace oglplus {
19 
21 
30 OGLPLUS_ENUM_CLASS_BEGIN(CompareFunction, GLenum)
31 #include <oglplus/enums/compare_function.ipp>
32 OGLPLUS_ENUM_CLASS_END(CompareFunction)
33 
34 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
35 #include <oglplus/enums/compare_function_names.ipp>
36 #endif
37 
38 #if !OGLPLUS_ENUM_VALUE_RANGES
39 #include <oglplus/enums/compare_function_range.ipp>
40 #endif
41 
44 
45 } // namespace oglplus
46 
47 #endif // include guard
Enumeration-related declarations.
CompareFunction CompareFn
Alternate name for the CompareFunction enumeration.
Definition: compare_function.hpp:43
CompareFunction
Comparison function type enumeration.
Definition: compare_function.hpp:30

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