mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Update GPU encoder to use DirectCompute 5 (#108)
This commit is contained in:
@@ -1117,7 +1117,8 @@ namespace
|
||||
hr = pAdapter->GetDesc(&desc);
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
wprintf(L"\n[Using DirectCompute on \"%ls\"]\n", desc.Description);
|
||||
wprintf(L"\n[Using DirectCompute %ls on \"%ls\"]\n",
|
||||
(fl >= D3D_FEATURE_LEVEL_11_0) ? L"5.0" : L"4.0", desc.Description);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user