Enable ALT+ENTER DX12.

This commit is contained in:
Jean-Baptiste Perrier
2021-03-11 18:02:55 +01:00
parent cc5849100b
commit ba75cabdda

View File

@@ -217,7 +217,7 @@ bool GPUSwapChainDX12::Resize(int32 width, int32 height)
_backBuffers.Resize(swapChainDesc.BufferCount);
// Disable DXGI changes to the window
dxgiFactory->MakeWindowAssociation(_windowHandle, DXGI_MWA_NO_WINDOW_CHANGES | DXGI_MWA_NO_ALT_ENTER);
dxgiFactory->MakeWindowAssociation(_windowHandle, 0);
}
else
{