FragmentLinker.GetFragmentDescription Method |
Language: |
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.
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