?/TD> |
Microsoft DirectX 9.0 |
Syntax
typedef struct _D3DXSHADER_CONSTANTINFO { DWORD Name; WORD RegisterSet; WORD RegisterIndex; WORD RegisterCount; WORD Reserved; DWORD TypeInfo; DWORD DefaultValue; } D3DXSHADER_CONSTANTINFO;
Members
- Name
- Offset from the beginning of this structure, in bytes, to the string that contains the constant information.
- RegisterSet
- Register set. See D3DXREGISTER_SET.
- RegisterIndex
- The register index.
- RegisterCount
- Number of registers.
- Reserved
- Reserved.
- TypeInfo
- Offset from the beginning of this structure, in bytes, to the string that contains the D3DXSHADER_TYPEINFO information.
- DefaultValue
- Offset from the beginning of this structure, in bytes, to the string that contains the default value.
Structure Information
Header d3dx9shader.h Minimum operating systems Windows 98