?/TD>
Microsoft DirectX 9.0

D3DXMACRO Structure


Describes preprocessor definitions used by an effect object.

Syntax

typedef struct D3DXMACRO {
    LPCSTR Name;
    LPCSTR Definition;
} D3DXMACRO;

Members

Name
Preprocessor name.
Definition
Definition name.

Structure Information

Headerd3dx9shader.h
Minimum operating systems Windows 98

See Also

D3DXCreateEffectFromFile


© 2002 Microsoft Corporation. All rights reserved.