?/TD>
Microsoft DirectX 9.0

D3DXFUNCTION_DESC Structure


Describes a function used by an effect.

Syntax

typedef struct D3DXFUNCTION_DESC {
    LPCSTR Name;
    UINT Annotations;
} D3DXFUNCTION_DESC;

Members

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

Structure Information

Headerd3dx9effect.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.