Struct EffectTypeDescription
[DataContract]
public struct EffectTypeDescription
- Inherited Members
- Extension Methods
Fields
Class
Describes a shader parameter type.
public EffectParameterClass Class
Field Value
ColumnCount
public int ColumnCount
Field Value
ElementSize
public int ElementSize
Field Value
Elements
public int Elements
Field Value
Members
public EffectTypeMemberDescription[] Members
Field Value
Name
public string Name
Field Value
RowCount
public int RowCount
Field Value
Type
public EffectParameterType Type
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.