This commit is contained in:
Chuck Walbourn 2017-09-29 12:04:50 -07:00
Родитель 50143e5be7
Коммит d92a26ec9d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -582,7 +582,7 @@ void DeviceResources::GetHardwareAdapter(IDXGIAdapter1** ppAdapter)
}
#ifdef _DEBUG
WCHAR buff[256] = {};
wchar_t buff[256] = {};
swprintf_s(buff, L"Direct3D Adapter (%u): VID:%04X, PID:%04X - %ls\n", adapterIndex, desc.VendorId, desc.DeviceId, desc.Description);
OutputDebugStringW(buff);
#endif

Просмотреть файл

@ -582,7 +582,7 @@ void DeviceResources::GetHardwareAdapter(IDXGIAdapter1** ppAdapter)
}
#ifdef _DEBUG
WCHAR buff[256] = {};
wchar_t buff[256] = {};
swprintf_s(buff, L"Direct3D Adapter (%u): VID:%04X, PID:%04X - %ls\n", adapterIndex, desc.VendorId, desc.DeviceId, desc.Description);
OutputDebugStringW(buff);
#endif