D3DXSHADER_CONSTANTINFO
typedef struct D3DXSHADER_CONSTANTINFO {
DWORD Name;
WORD RegisterSet;
WORD RegisterIndex;
WORD RegisterCount;
WORD Reserved;
DWORD TypeInfo;
DWORD DefaultValue;
} D3DXSHADER_CONSTANTINFO, *LPD3DXSHADER_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.