D3DXSHADER_STRUCTMEMBERINFO structure

A helper structure containing member structure information.

Syntax

typedef struct D3DXSHADER_STRUCTMEMBERINFO {
  DWORD Name;
  DWORD TypeInfo;
} D3DXSHADER_STRUCTMEMBERINFO, *LPD3DXSHADER_STRUCTMEMBERINFO;

Members

Name

Type: DWORD

Offset from the beginning of this structure, in bytes, to the string that contains the structure member name.

TypeInfo

Type: DWORD

Offset from the beginning of this structure, in bytes, to the string that contains the type information. See D3DXSHADER_TYPEINFO.

Requirements

Requirement Value
Header
D3dx9shader.h

See also

D3DX Structures

D3DXSHADER_TYPEINFO