?/TD> |
Microsoft DirectX 9.0 |
A helper structure containing member structure information.
Syntax
typedef struct _D3DXSHADER_STRUCTMEMBERINFO { DWORD Name; DWORD TypeInfo; } D3DXSHADER_STRUCTMEMBERINFO;
Members
- Name
- Offset from the beginning of this structure, in bytes, to the string that contains the structure member name.
- TypeInfo
- Offset from the beginning of this structure, in bytes, to the string that contains the type information. See D3DXSHADER_TYPEINFO.
Structure Information
Header d3dx9shader.h Minimum operating systems Windows 98
See Also
D3DXSHADER_TYPEINFO