How can I get the current display mode in DirectX 11, including the refresh rate.
In DX9 there was GetAdapterDisplayMode(). As far as DX11 is concerned I can only see DXGIOutput::GetDesc() but the DXGI_OUPUT_DESC structure does not contain any information about refresh rate.