RAMSES Documentation  27.0.130
Information for RAMSES users and developers
EffectInputDataType.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2014 BMW Car IT GmbH
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_EFFECTINPUTDATATYPE_H
10 #define RAMSES_EFFECTINPUTDATATYPE_H
11 
12 namespace ramses
13 {
18  {
38  };
39 }
40 
41 #endif
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
EEffectInputDataType
Data type of effect input.
Definition: EffectInputDataType.h:18
@ EEffectInputDataType_Matrix22F
Matrix2x2 data type.
Definition: EffectInputDataType.h:30
@ EEffectInputDataType_TextureSampler3D
3D Texture sampler data type
Definition: EffectInputDataType.h:35
@ EEffectInputDataType_TextureSampler2DMS
2D Texture sampler multi sampled data type
Definition: EffectInputDataType.h:34
@ EEffectInputDataType_Vector4F
Vector4 float data type.
Definition: EffectInputDataType.h:26
@ EEffectInputDataType_Int32
Integer 32bit data type.
Definition: EffectInputDataType.h:20
@ EEffectInputDataType_UInt32
Unsigned integer 32bit data type.
Definition: EffectInputDataType.h:22
@ EEffectInputDataType_Vector4I
Vector4 integer data type.
Definition: EffectInputDataType.h:29
@ EEffectInputDataType_TextureSamplerCube
Cube Texture sampler data type.
Definition: EffectInputDataType.h:36
@ EEffectInputDataType_UInt16
Unsigned integer 16bit data type.
Definition: EffectInputDataType.h:21
@ EEffectInputDataType_Vector3I
Vector3 integer data type.
Definition: EffectInputDataType.h:28
@ EEffectInputDataType_TextureSampler2D
2D Texture sampler data type
Definition: EffectInputDataType.h:33
@ EEffectInputDataType_Vector2F
Vector2 float data type.
Definition: EffectInputDataType.h:24
@ EEffectInputDataType_Matrix33F
Matrix3x3 data type.
Definition: EffectInputDataType.h:31
@ EEffectInputDataType_Vector3F
Vector3 float data type.
Definition: EffectInputDataType.h:25
@ EEffectInputDataType_Invalid
Invalid or Unknown data type.
Definition: EffectInputDataType.h:19
@ EEffectInputDataType_TextureSamplerExternal
External Texture sampler data type.
Definition: EffectInputDataType.h:37
@ EEffectInputDataType_Vector2I
Vector2 integer data type.
Definition: EffectInputDataType.h:27
@ EEffectInputDataType_Matrix44F
Matrix4x4 data type.
Definition: EffectInputDataType.h:32
@ EEffectInputDataType_Float
Float data type.
Definition: EffectInputDataType.h:23