Hi,
when a windowed swapchain is created with the DXGI_SWAP_CHAIN_FLAG_NONPREROTATED flag, DXGI return this error
" DXGI Error: IDXGIFactory::CreateSwapChain: can only be specified in DXGI_SWAP_CHAIN_DESC::Flags, when DXGI_SWAP_CHAIN_DESC::Windowed is FALSE, since the flag only affects fullscreen swap chains "
Why this is not only a warning ? Is there a way to add the flag after calling a SetFullscreenState(true) then ?
Thanks.