Added additional check for HAVE_D3D12_H and missing SDL_VIDEO_RENDER_D3D12 in SDL_config.h.cmake

This commit is contained in:
chalonverse
2022-06-07 22:19:58 -07:00
committed by Sam Lantinga
parent 298ad937c0
commit b9c2ad8395
4 changed files with 7 additions and 0 deletions

2
configure vendored
View File

@@ -25090,6 +25090,8 @@ $as_echo_n "checking for d3d12 Windows SDK version... " >&6; }
#include <winsdkver.h>
#include <sdkddkver.h>
#include <d3d12.h>
ID3D12Device5 *device;
#if WDK_NTDDI_VERSION <= 0x0A000008
asdf
#endif