D3DXMACRO
Microsoft DirectX 9.0 SDK Update (October 2004)

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


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.