mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] dxgi: print out the output device name to aid with support
This commit is contained in:
parent
3ce3b573a3
commit
3c0616bab7
@ -302,6 +302,8 @@ static bool dxgi_init(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
DEBUG_INFO("Device Name : %ls", outputDesc.DeviceName);
|
||||
|
||||
static const D3D_FEATURE_LEVEL win8[] =
|
||||
{
|
||||
D3D_FEATURE_LEVEL_11_1,
|
||||
|
Loading…
Reference in New Issue
Block a user