Texture swizzle-related classes and enumerations. More...
#include <oglplus/fwd.hpp>
#include <oglplus/enumerations.hpp>
#include <oglplus/enums/texture_swizzle_coord.ipp>
#include <oglplus/enums/texture_swizzle_coord_range.ipp>
#include <oglplus/enums/texture_swizzle.ipp>
#include <oglplus/enums/texture_swizzle_range.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::TextureSwizzleTuple |
A tuple of swizzle values for all texture components. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Enumerations | |
enum | oglplus::TextureSwizzleCoord : GLenum { oglplus::TextureSwizzleCoord::R, oglplus::TextureSwizzleCoord::G, oglplus::TextureSwizzleCoord::B, oglplus::TextureSwizzleCoord::A, oglplus::TextureSwizzleCoord::RGBA } |
Texture swizzle parameter coordinate enumeration. More... | |
enum | oglplus::TextureSwizzle : GLenum { oglplus::TextureSwizzle::Red, oglplus::TextureSwizzle::Green, oglplus::TextureSwizzle::Blue, oglplus::TextureSwizzle::Alpha, oglplus::TextureSwizzle::Zero, oglplus::TextureSwizzle::One } |
Texture swizzle enumeration. More... | |
Texture swizzle-related classes and enumerations.
Copyright 2010-2013 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)