D3DXFUNCTION_DESC

Describes a function used by an effect.

typedef struct D3DXFUNCTION_DESC {
    LPCSTR Name;
    UINT Annotations;
} D3DXFUNCTION_DESC, *LPD3DXFUNCTION_DESC;

Members

Name
Function name.
Annotations
Unused. This member will always be set to zero by ID3DXBaseEffect::GetFunctionDesc.