Commit d8b53e821e6306d0b1cdabc7565021270fa9a6d3

Cameron Gutman 2021-11-03T19:51:18

direct3d11: fix SDK version requirement for non-CMake build The D3D11 renderer requires Direct3D 11.1 (d3d11_1.h), not Direct3D 11.0 (d3d11.h). In terms of SDKs, that's the Windows 8 SDK or later. We should probably rename HAVE_D3D11_H...