typedef struct _D3DMATRIXMULTIPLY {
D3DMATRIXHANDLE hDestMatrix;
D3DMATRIXHANDLE hSrcMatrix1;
D3DMATRIXHANDLE hSrcMatrix2;
} D3DMATRIXMULTIPLY, *LPD3DMATRIXMULTIPLY;
Describes the operand data for the D3DOP_MATRIXMULTIPLY opcode in the D3DOPCODE enumerated type.
Handle of the matrix that stores the product of the source matrices. This value is a D3DMATRIX structure.
Handles of the first and second source matrices. These values are D3DMATRIX structures.