walbourn / directx-vs-templates

Direct3D Visual Studio Templates
https://walbourn.github.io/direct3d-game-visual-studio-templates-redux/
MIT License
412 stars 56 forks source link

Remove support for Windows SDK (16299) or earlier #44

Closed walbourn closed 3 years ago

walbourn commented 3 years ago

In the DeviceResources.cpp implementation, I have the following guard:

#if defined(__dxgi1_6_h__) && defined(NTDDI_WIN10_RS4)

This was to allow the code to build with the Windows 10 SDK (14393, 15063, and 16299).

walbourn commented 3 years ago

VS 2017 (15.7) includes the Windows 10 SDK (17134). VS 2017 (15.8) has Windows 10 SDK (17763).

walbourn commented 3 years ago

Removed in this commit