FragmentLinker.GetFragmentDescription(EffectHandle) Method (Microsoft.DirectX.Direct3D)

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.
OutOfMemoryExceptionLeave Site Microsoft Direct3D could not allocate sufficient memory to complete the call.

See Also

Show: