Enum EffectParameterType
Defines types for effect parameters and shader constants.
public enum EffectParameterType
Fields
Bool = 1Boolean type. Any non-zero will be
true;falseotherwise.Int32 = 232-bit integer type.
Single = 3Float type.
String = 4String type.
Texture = 5Any texture type.
Texture1D = 61D-texture type.
Texture2D = 72D-texture type.
Texture3D = 83D-texture type.
TextureCube = 9Cubic texture type.
Void = 0Pointer to void type.