| EffectBindingSet Method |
| Name | Description | |
|---|---|---|
| SetT(EffectParameter, ActionDelegateParameterArrayBindingT, RenderContext, T) |
Sets a DelegateParameterArrayBindingT for the specified effect parameter.
| |
| SetT(EffectParameter, FuncDelegateParameterBindingT, RenderContext, T) |
Sets a DelegateParameterBindingT for the specified effect parameter.
| |
| SetT(EffectParameter, T) |
Sets a ConstParameterBindingT for the specified effect parameter.
| |
| SetT(EffectParameter, T) |
Sets a ConstParameterArrayBindingT for the specified effect parameter.
| |
| SetT(String, ActionDelegateParameterArrayBindingT, RenderContext, T) |
Sets a DelegateParameterArrayBindingT for the effect parameter with the
specified name.
| |
| SetT(String, FuncDelegateParameterBindingT, RenderContext, T) |
Sets a DelegateParameterBindingT for the effect parameter with the specified
name.
| |
| SetT(String, T) |
Sets a ConstParameterBindingT for the effect parameter with the specified
name.
| |
| SetT(String, T) |
Sets a ConstParameterArrayBindingT for the effect parameter with the
specified name.
|