mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-01 15:53:32 +00:00
[host] dxgi: print out the output device name to aid with support
This commit is contained in:
parent
3ce3b573a3
commit
3c0616bab7
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue