Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetFunctionDescription Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a function description.

Definition

Visual Basic .NET Public Function GetFunctionDescription( _
    ByVal shader As EffectHandle _
) As FunctionDescription
C# public FunctionDescription GetFunctionDescription(
    EffectHandle shader
);
Managed C++ public: FunctionDescription GetFunctionDescription(
    EffectHandle *shader
);
JScript .NET public function GetFunctionDescription(
    shader : EffectHandle
) : FunctionDescription;

Parameters

shader Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that indicates the function form from which to retrieve the description.

Return Value

Microsoft.DirectX.Direct3D.FunctionDescription . A FunctionDescription structure that describes the function.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center