?/TD>
Microsoft DirectX 9.0

D3DXSHADER_WRITEINFO Structure


Identifies writable information.

Syntax

typedef struct _D3DXSHADER_WRITEINFO {
    DWORD Instruction;
    WORD Component[4];
} D3DXSHADER_WRITEINFO;

Members

Instruction
Instruction index.
Component
Variable component per output value.

Remarks

An array of write info is part of D3DXSHADER_VARIABLEINFO.

Structure Information

Headerd3dx9shader.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.