mirror of
https://github.com/encounter/SDL.git
synced 2025-05-30 03:01:29 +00:00
Enable D3D12 detection when using mingw-64
This commit is contained in:
parent
1eb247fa2e
commit
59fb7acbf7
2
configure
vendored
2
configure
vendored
@ -27167,7 +27167,7 @@ printf %s "checking for d3d12 Windows SDK version... " >&6; }
|
|||||||
#include <winsdkver.h>
|
#include <winsdkver.h>
|
||||||
#include <sdkddkver.h>
|
#include <sdkddkver.h>
|
||||||
#include <d3d12.h>
|
#include <d3d12.h>
|
||||||
ID3D12Device5 *device;
|
ID3D12Device1 *device;
|
||||||
#if WDK_NTDDI_VERSION <= 0x0A000008
|
#if WDK_NTDDI_VERSION <= 0x0A000008
|
||||||
asdf
|
asdf
|
||||||
#endif
|
#endif
|
||||||
|
@ -3273,7 +3273,7 @@ CheckDIRECTX()
|
|||||||
#include <winsdkver.h>
|
#include <winsdkver.h>
|
||||||
#include <sdkddkver.h>
|
#include <sdkddkver.h>
|
||||||
#include <d3d12.h>
|
#include <d3d12.h>
|
||||||
ID3D12Device5 *device;
|
ID3D12Device1 *device;
|
||||||
#if WDK_NTDDI_VERSION <= 0x0A000008
|
#if WDK_NTDDI_VERSION <= 0x0A000008
|
||||||
asdf
|
asdf
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user