ID3DXFragmentLinker::GetFragmentDesc

Get the D3DXFRAGMENT_DESC structure which describes the named fragment.

HRESULT GetFragmentDesc(
  D3DXHANDLE Name,
  LPD3DXFRAGMENT_DESC FragDesc
);

Parameters

Name
[in] Unique identifier to the fragment name. See Handles.
FragDesc
[in] Returns a description of the fragment. See D3DXFRAGMENT_DESC.

Return Values

This method always returns the value S_OK.

Requirements

Header: Declared in D3dx9shader.h.