The D3DMATRIXLOAD structure describes the operand data for the D3DOP_MATRIXLOAD opcode in the D3DOPCODE enumerated type.
typedef struct _D3DMATRIXLOAD {
D3DMATRIXHANDLE hDestMatrix;
D3DMATRIXHANDLE hSrcMatrix;
} D3DMATRIXLOAD, *LPD3DMATRIXLOAD;
Members
hDestMatrix and hSrcMatrix
Handles of the destination and source matrices. These values are D3DMATRIX structures.
QuickInfo
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in d3dtypes.h.
See Also