BaseEffect.GetFunctionDescription Method |
Language: |
Retrieves a function description.
Visual Basic Public Function GetFunctionDescription( _
ByVal shader As EffectHandle _
) As FunctionDescriptionC# public FunctionDescription GetFunctionDescription(
EffectHandle shader
);C++ public:
FunctionDescription GetFunctionDescription(
EffectHandle^ shader
);JScript public function GetFunctionDescription(
shader : EffectHandle
) : FunctionDescription;
shader Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that indicates the function form from which to retrieve the description.
Microsoft.DirectX.Direct3D.FunctionDescription
A FunctionDescription structure that describes the function.
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