October 3, 2018 (6.2)
- Sync
d3d12.h
with latest version from DirectX-Graphics-Samples for Windows 10 October 2018 Update SDK - Minor code review feedback for DX12 UWP/PC
DeviceResources
- Minor code review feedback for
Main.cpp
in Win32 templates
Install VSIX for VS 2015 / VS 2017 (15.5 update or later)
Note that the C++/WinRT headers in the Windows 10 SDK (17134) are not fully compatible with the VS 2017 (15.8 update) when using
/permissive-
. The workaround is to add/Zc:twoPhase-
to the project settings Additional Options. This issue is fixed if using the Windows 10 SDK (17763).