Struct EffectResourceBindingDescription
[DataContract]
public struct EffectResourceBindingDescription
- Inherited Members
- Extension Methods
Fields
Class
public EffectParameterClass Class
Field Value
ElementType
public EffectTypeDescription ElementType
Field Value
KeyInfo
Describes a shader parameter for a resource type.
public EffectParameterKeyInfo KeyInfo
Field Value
LogicalGroup
public string LogicalGroup
Field Value
RawName
public string RawName
Field Value
ResourceGroup
public string ResourceGroup
Field Value
SlotCount
public int SlotCount
Field Value
SlotStart
public int SlotStart
Field Value
Stage
public ShaderStage Stage
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.