WGL: Avoid using swap exchange on NVidia drivers
It seems that NVidia sets PFD_SWAP_EXCHANGE
/ WGL_SWAP_EXCHANGE_ARB
on pixel formats but doesn't guarantee that the backbuffer age is constantly 2. My guess is that they use swap exchange only to advertise a flip present method.
This basically forces swap copy with NVidia drivers
Fixes #7019
Edited by Luca Bacci