RAMSES Documentation  27.0.130
Information for RAMSES users and developers
TextureSwizzle.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2020 BMW AG
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_TEXTURESWIZZLE_H
10 #define RAMSES_TEXTURESWIZZLE_H
11 
12 #include "TextureEnums.h"
13 
14 namespace ramses
15 {
23  {
32  };
33 }
34 
35 #endif
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
ETextureChannelColor
Enum for color of texture channel.
Definition: TextureEnums.h:157
Information of how color channels of a texture are reordered or set to fixed value (one,...
Definition: TextureSwizzle.h:23
ETextureChannelColor channelBlue
The blue color channel of texture that can be swizzled to any of ETextureChannelColor.
Definition: TextureSwizzle.h:29
ETextureChannelColor channelGreen
The green color channel of texture that can be swizzled to any of ETextureChannelColor.
Definition: TextureSwizzle.h:27
ETextureChannelColor channelRed
The red color channel of texture that can be swizzled to any of ETextureChannelColor.
Definition: TextureSwizzle.h:25
ETextureChannelColor channelAlpha
The alpha color channel of texture that can be swizzled to any of ETextureChannelColor.
Definition: TextureSwizzle.h:31