![]() | DefaultEffectBinder Class |
Namespace: DigitalRune.Graphics.Effects
The DefaultEffectBinder type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultEffectBinder |
Initializes a new instance of the DefaultEffectBinder 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.) |
![]() | GetBinding(Effect) |
Gets the binding that selects the technique for rendering the specified effect.
(Overrides DictionaryEffectBinderGetBinding(Effect).) |
![]() | GetBinding(Effect, EffectParameter, IDictionaryString, Object) |
Gets the binding that provides the value for the specified effect parameter.
(Inherited from DictionaryEffectBinder.) |
![]() | 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 | |
---|---|---|
![]() | BoolArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Boolean[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | BoolBindings |
Gets or sets the factory methods that create effect parameter bindings for
Boolean parameters.
(Inherited from DictionaryEffectBinder.) |
![]() ![]() | Debug0 |
Gets or sets the value for effect parameters with the semantic
Debug and index 0.
|
![]() ![]() | Debug1 |
Gets or sets the value for effect parameters with the semantic
Debug and index 1.
|
![]() | Int32ArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Int32[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Int32Bindings |
Gets or sets the factory methods that create effect parameter bindings for
Int32 parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | MatrixArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Matrix[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | MatrixBindings |
Gets or sets the factory methods that create effect parameter bindings for
Matrix parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | SingleArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Single[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | SingleBindings |
Gets or sets the factory methods that create effect parameter bindings for
Single parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | StructBindings |
Gets or sets the factory methods that create effect parameter bindings for
struct parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Texture2DBindings |
Gets or sets the factory methods that create effect parameter bindings for
Texture2D parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Texture3DBindings |
Gets or sets the factory methods that create effect parameter bindings for
Texture3D parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | TextureBindings |
Gets or sets the factory methods that create effect parameter bindings for
Texture parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | TextureCubeBindings |
Gets or sets the factory methods that create effect parameter bindings for
TextureCube parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Vector2ArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Vector2[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Vector2Bindings |
Gets or sets the factory methods that create effect parameter bindings for
Vector2 parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Vector3ArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Vector3[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Vector3Bindings |
Gets or sets the factory methods that create effect parameter bindings for
Vector3 parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Vector4ArrayBindings |
Gets or sets the factory methods that create effect parameter bindings for
Vector4[] parameters.
(Inherited from DictionaryEffectBinder.) |
![]() | Vector4Bindings |
Gets or sets the factory methods that create effect parameter bindings for
Vector4 parameters.
(Inherited from DictionaryEffectBinder.) |
Technique Bindings: By default, the ByNameTechniqueBinding is used for effects that contain several techniques. If there is only one technique, we use the default EffectTechniqueBinding.
Parameter Bindings: See DefaultEffectParameterSemantics for supported semantics.