D3DXSHADER_STRUCTMEMBERINFO
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXSHADER_STRUCTMEMBERINFO Structure


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

Headerd3dx9shader.h
Minimum operating systems Windows 98

See Also

D3DXSHADER_TYPEINFO


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.