File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1594,6 +1594,8 @@ elseif(WINDOWS)
15941594 check_c_source_compiles ("
15951595 #include <winsdkver.h>
15961596 #include <sdkddkver.h>
1597+ #include <d3d12.h>
1598+ ID3D12Device5 *device;
15971599 #if WDK_NTDDI_VERSION > 0x0A000008
15981600 int main(int argc, char **argv) { return 0; }
15991601 #endif" HAVE_D3D12_H )
Original file line number Diff line number Diff line change @@ -25090,6 +25090,8 @@ $as_echo_n "checking for d3d12 Windows SDK version... " >&6; }
2509025090
2509125091#include <winsdkver.h>
2509225092#include <sdkddkver.h>
25093+ #include <d3d12.h>
25094+ ID3D12Device5 *device;
2509325095#if WDK_NTDDI_VERSION <= 0x0A000008
2509425096asdf
2509525097#endif
Original file line number Diff line number Diff line change @@ -3268,6 +3268,8 @@ CheckDIRECTX()
32683268 AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [
32693269#include <winsdkver.h>
32703270#include <sdkddkver.h>
3271+ #include <d3d12.h>
3272+ ID3D12Device5 *device;
32713273#if WDK_NTDDI_VERSION <= 0x0A000008
32723274asdf
32733275#endif
Original file line number Diff line number Diff line change 440440
441441#cmakedefine SDL_VIDEO_RENDER_D3D @SDL_VIDEO_RENDER_D3D@
442442#cmakedefine SDL_VIDEO_RENDER_D3D11 @SDL_VIDEO_RENDER_D3D11@
443+ #cmakedefine SDL_VIDEO_RENDER_D3D12 @SDL_VIDEO_RENDER_D3D12@
443444#cmakedefine SDL_VIDEO_RENDER_OGL @SDL_VIDEO_RENDER_OGL@
444445#cmakedefine SDL_VIDEO_RENDER_OGL_ES @SDL_VIDEO_RENDER_OGL_ES@
445446#cmakedefine SDL_VIDEO_RENDER_OGL_ES2 @SDL_VIDEO_RENDER_OGL_ES2@
You can’t perform that action at this time.
0 commit comments