?/TD>
Microsoft DirectX 9.0

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


© 2002 Microsoft Corporation. All rights reserved.