BaseEffect.GetParameterDescription Method |
Language: |
Retrieves a parameter or annotation description.
Visual Basic Public Function GetParameterDescription( _
ByVal parameter As EffectHandle _
) As ParameterDescriptionC# public ParameterDescription GetParameterDescription(
EffectHandle parameter
);C++ public:
ParameterDescription GetParameterDescription(
EffectHandle^ parameter
);JScript public function GetParameterDescription(
parameter : EffectHandle
) : ParameterDescription;
parameter Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle that indicates the parameter or annotation handle.
Microsoft.DirectX.Direct3D.ParameterDescription
Description of the specified parameter or annotation. For more information, see ParameterDescription.
Exceptions
InvalidCallException The call is invalid.
Effect, EffectCompiler
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center