d3dcoder / d3d12book

Sample code for the book "Introduction to 3D Game Programming with DirectX 12"
1.47k stars 571 forks source link

Typo: Page 52. XMMatrixInverse #33

Open zixin96 opened 2 years ago

zixin96 commented 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.