Struct EffectTypeDescription
Describes a shader parameter type.
[DataContract]
public struct EffectTypeDescription
  - Inherited Members
 
Fields
Class
The EffectParameterClass of this parameter.
public EffectParameterClass Class
  Field Value
ColumnCount
Number of columns for this element.
public int ColumnCount
  Field Value
ElementSize
Size of this element (non-aligned).
public int ElementSize
  Field Value
Elements
Number of elements for arrays (0 if not an array).
public int Elements
  Field Value
Members
Members in the structure.
public EffectTypeMemberDescription[] Members
  Field Value
Name
Name of this structure type.
public string Name
  Field Value
RowCount
Number of rows for this element.
public int RowCount
  Field Value
Type
The EffectParameterType of this parameter.
public EffectParameterType Type