EffectTechniqueDescription Class |
Namespace: DigitalRune.Graphics.Effects
The EffectTechniqueDescription type exposes the following members.
Name | Description | |
---|---|---|
EffectTechniqueDescription |
Initializes a new instance of the EffectTechniqueDescription class.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Index |
Gets the index of the effect technique.
| |
InstancingTechnique |
Gets the associated effect technique that supports hardware instancing.
| |
Technique |
Gets the effect technique.
|
EffectTechniqueDescriptions provide additional information for effect techniques. This information is used by the graphics engine to understand effects and apply them properly during rendering.
The descriptions are created automatically by effect interpreters (see IEffectInterpreter) when an effect is initialized. The graphics service manages a list of effect interpreters. Custom interpreters can be added to the graphics service to support new types of effects.