FragmentLinker.GetFragmentDescription Method

Language:

Retrieves a FragmentDescription object.

Definition

Visual Basic Public Function GetFragmentDescription( _
    ByVal name As EffectHandle _
) As FragmentDescription
C# public FragmentDescription GetFragmentDescription(
    EffectHandle name
);
C++ public:
FragmentDescription GetFragmentDescription(
    EffectHandlename
);
JScript public function GetFragmentDescription(
    name : EffectHandle
) : FragmentDescription;

Parameters

name Microsoft.DirectX.Direct3D.EffectHandle
EffectHandle that represents the shader fragment.

Return Value

Microsoft.DirectX.Direct3D.FragmentDescription
A FragmentDescription object that contains the fragment description.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
OutOfMemoryException Leave Site Microsoft Direct3D could not allocate sufficient memory to complete the call.

See Also


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