?/TD>
Microsoft DirectX 9.0

D3DXSHADER_VARIABLEINFO Structure


Specifies the shader variable information.

Syntax

typedef struct _D3DXSHADER_VARIABLEINFO {
    DWORD Scope;
    DWORD Name;
    DWORD TypeInfo;
    DWORD Writes;
    DWORD WriteInfo;
} D3DXSHADER_VARIABLEINFO;

Members

Scope
Scope identifier.
Name
Offset from the beginning of this structure, in bytes, to the string that contains the variable name.
TypeInfo
Offset from the beginning of this structure, in bytes, to the string that contains the type information. See D3DXSHADER_TYPEINFO.
Writes
Number of writes allowed.
WriteInfo
Array of "writable" information, contained in D3DXSHADER_WRITEINFO[Writes]. See D3DXSHADER_DEBUGINFO.

Remarks

The variable info is one member of the D3DXSHADER_DEBUGINFO.

Structure Information

Headerd3dx9shader.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.