D3DXFRAGMENT_DESC
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXFRAGMENT_DESC Structure


Describes an annotation used by an effect object.

Syntax

typedef struct D3DXFRAGMENT_DESC {
    LPCSTR Name;
    DWORD Target;
} D3DXFRAGMENT_DESC, *LPD3DXFRAGMENT_DESC;

Members

Name
Fragment name.
Target
Fragment compile target. The compile target identifies the shader type (vertex or pixel) and the version number.

Structure Information

Headerd3dx9shader.h
Minimum operating systems Windows 98


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