winrt: Removed WinRT/Windows Phone/UWP support.

Fixes #10724.
This commit is contained in:
Ryan C. Gordon
2024-09-05 23:36:16 -04:00
parent 6d7c211faf
commit 154452a726
126 changed files with 150 additions and 9582 deletions

View File

@@ -6248,11 +6248,9 @@ static bool D3D12_INTERNAL_CreateSwapchain(
swapchainDesc.Flags = 0;
}
#ifndef SDL_PLATFORM_WINRT
if (!IsWindow(dxgiHandle)) {
return false;
}
#endif
// Create the swapchain!
res = IDXGIFactory4_CreateSwapChainForHwnd(