DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_D3DMATRIXMULTIPLY Struct Reference

#include <d3dtypes.h>

Data Fields

D3DMATRIXHANDLE hDestMatrix
 
D3DMATRIXHANDLE hSrcMatrix1
 
D3DMATRIXHANDLE hSrcMatrix2
 

Detailed Description

Operation used to multiply matrices hDstMat = hSrcMat1 * hSrcMat2

Field Documentation

◆ hDestMatrix

D3DMATRIXHANDLE _D3DMATRIXMULTIPLY::hDestMatrix

Destination matrix

◆ hSrcMatrix1

D3DMATRIXHANDLE _D3DMATRIXMULTIPLY::hSrcMatrix1

First source matrix

◆ hSrcMatrix2

D3DMATRIXHANDLE _D3DMATRIXMULTIPLY::hSrcMatrix2

Second source matrix


The documentation for this struct was generated from the following file: