#include <kanzi/core/cpp/array.hpp>
Classes | |
class | kanzi::TextureSwizzleMask |
Texture swizzle mask. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef array< int, 4 > | kanzi::GLSwizzleMask |
Variables | |
KANZI_API const TextureSwizzleMask | kanzi::SwizzleMaskRGBToLuminanceAlpha |
Mask all of the color channels with red. More... | |
KANZI_API const TextureSwizzleMask | kanzi::SwizzleMaskLuminanceToRGBA |
Mask all of the color channels with alpha. More... | |