mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 07:16:00 +00:00
@@ -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(
|
||||
|
Reference in New Issue
Block a user