?/TD>
Microsoft DirectX 9.0

D3DXSHADER_FILEINFO Structure


Structure containing shader file information.

Syntax

typedef struct _D3DXSHADER_FILEINFO {
    DWORD Name;
} D3DXSHADER_FILEINFO;

Members

Name
Offset from the beginning of this structure, in bytes, to the string that contains the file name.

Remarks

The shader file information is part of D3DXSHADER_DEBUGINFO.

Structure Information

Headerd3dx9shader.h
Minimum operating systems Windows 98

See Also

D3DXSHADER_DEBUGINFO


© 2002 Microsoft Corporation. All rights reserved.