mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[d3d11] Device creation now logs requested feature levels
This commit is contained in:
parent
ac2d16599c
commit
7ec8e727d2
@ -81,6 +81,8 @@ extern "C" {
|
||||
|
||||
UINT flId;
|
||||
for (flId = 0 ; flId < FeatureLevels; flId++) {
|
||||
Logger::info(str::format("D3D11CreateDevice: Probing ", pFeatureLevels[flId]));
|
||||
|
||||
if (D3D11Device::CheckFeatureLevelSupport(adapter, pFeatureLevels[flId]))
|
||||
break;
|
||||
}
|
||||
@ -94,7 +96,6 @@ extern "C" {
|
||||
const D3D_FEATURE_LEVEL fl = pFeatureLevels[flId];
|
||||
|
||||
try {
|
||||
|
||||
Logger::info(str::format("D3D11CreateDevice: Using feature level ", fl));
|
||||
|
||||
// Write back the actual feature level
|
||||
|
Loading…
x
Reference in New Issue
Block a user