typedef struct _D3DMATRIXLOAD {
D3DMATRIXHANDLE hDestMatrix;
D3DMATRIXHANDLE hSrcMatrix;
} D3DMATRIXLOAD, *LPD3DMATRIXLOAD;
Describes the operand data for the D3DOP_MATRIXLOAD opcode in the D3DOPCODE enumerated type.
Handles of the destination and source matrices. These values are D3DMATRIX structures.