Closed walbourn closed 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).
VS 2017 (15.7) includes the Windows 10 SDK (17134). VS 2017 (15.8) has Windows 10 SDK (17763).
Removed in this commit
In the DeviceResources.cpp implementation, I have the following guard:
This was to allow the code to build with the Windows 10 SDK (14393, 15063, and 16299).