?/TD> |
Microsoft DirectX 9.0 |
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
Header d3dx9shader.h Minimum operating systems Windows 98