OpenGL test/comparison function enumeration. More...
#include <oglplus/enumerations.hpp>
#include <oglplus/enums/compare_function.ipp>
#include <oglplus/enums/compare_function_range.ipp>
Go to the source code of this file.
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Typedefs | |
typedef CompareFunction | oglplus::CompareFn |
Alternate name for the CompareFunction enumeration. | |
Enumerations | |
enum | oglplus::CompareFunction : GLenum { oglplus::CompareFunction::LEqual, oglplus::CompareFunction::GEqual, oglplus::CompareFunction::Less, oglplus::CompareFunction::Greater, oglplus::CompareFunction::Equal, oglplus::CompareFunction::NotEqual, oglplus::CompareFunction::Always, oglplus::CompareFunction::Never } |
Comparison function type enumeration. More... | |
OpenGL test/comparison function enumeration.
Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)