?/TD>
Microsoft DirectX 9.0

D3DXSHADER_INSTRUCTIONINFO Structure


Shader instruction information.

Syntax

typedef struct _D3DXSHADER_INSTRUCTIONINFO {
    DWORD LineNumber;
    DWORD File;
    DWORD Offset;
} D3DXSHADER_INSTRUCTIONINFO;

Members

LineNumber
Shader line number that contains the instruction.
File
File index.
Offset
Offset from the beginning of this structure, in bytes, to the filename string.

Remarks

The shader instruction information is part of D3DXSHADER_DEBUGINFO.

Structure Information

Headerd3dx9shader.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.