Types related to Texture. More...
#include </home/chochlik/devel/oglplus/include/oglplus/texture.hpp>
Public Types | |
typedef TextureCompareMode | CompareMode |
Depth texture comparison mode. | |
typedef TextureFilter | Filter |
Filter. | |
typedef TextureMagFilter | MagFilter |
Magnification filter. | |
typedef TextureMinFilter | MinFilter |
Minification filter. | |
typedef TextureSwizzleCoord | SwizzleCoord |
Texture swizzle coordinate. | |
typedef TextureSwizzle | Swizzle |
Texture swizzle value. | |
typedef TextureSwizzleTuple | SwizzleTuple |
Texture swizzle tuple. | |
typedef TextureWrapCoord | WrapCoord |
Texture wrap mode for coordinate. | |
typedef TextureWrap | Wrap |
Texture wrap mode value. | |
typedef OneOf< GLenum, std::tuple< DataType, PixelDataType > > | PixDataType |
The pixel data type. | |
Types related to Texture.