Open zixin96 opened 2 years ago
My copy of the book states that the first parameter of XMMatrixInverse is "Input (detM, detM, detM, detM)". However, as stated in the official documentation, the first parameter should be an optional output.
XMMatrixInverse
My copy of the book states that the first parameter of
XMMatrixInverse
is "Input (detM, detM, detM, detM)". However, as stated in the official documentation, the first parameter should be an optional output.