FragmentLinker.GetFragmentDescription(EffectHandle) Method (Microsoft.DirectX.Direct3D)
Retrieves a FragmentDescription object.
Visual Basic Public Function GetFragmentDescription( _
ByVal name As EffectHandle _
) As FragmentDescriptionC# public FragmentDescription GetFragmentDescription(
EffectHandle name
);C++ public:
FragmentDescription GetFragmentDescription(
EffectHandle^ name
);JScript public function GetFragmentDescription(
name : EffectHandle
) : FragmentDescription;
name Microsoft.DirectX.Direct3D.EffectHandle
EffectHandle that represents the shader fragment.
Microsoft.DirectX.Direct3D.FragmentDescription
A FragmentDescription object that contains the fragment description.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. OutOfMemoryException ![]()
Microsoft Direct3D could not allocate sufficient memory to complete the call.
Show:
