BolterLibrary.NativeDx.D3DXMatrixMultiply C# (CSharp) Method

D3DXMatrixMultiply() private method

private D3DXMatrixMultiply ( D3DXMATRIX &pOut, D3DXMATRIX &pM1, D3DXMATRIX &pM2 ) : IntPtr
pOut D3DXMATRIX
pM1 D3DXMATRIX
pM2 D3DXMATRIX
return System.IntPtr
        private static extern IntPtr D3DXMatrixMultiply(
             out D3DXMATRIX pOut,
             ref D3DXMATRIX pM1,
             ref D3DXMATRIX pM2
            );