9 #ifndef RAMSES_EFFECTINPUTDATATYPE_H
10 #define RAMSES_EFFECTINPUTDATATYPE_H
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