1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 11:52:12 +01:00

[d3d11] Export support for driver command lists

This indicates that our implementation of UpdateSubresource on
deferred contexts is not affected by the same issue as on Windows.
This commit is contained in:
Philip Rebohle 2018-03-19 17:57:20 +01:00
parent 493ad66d91
commit fd4e55007f
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1366,7 +1366,7 @@ namespace dxvk {
auto info = static_cast<D3D11_FEATURE_DATA_THREADING*>(pFeatureSupportData); auto info = static_cast<D3D11_FEATURE_DATA_THREADING*>(pFeatureSupportData);
info->DriverConcurrentCreates = TRUE; info->DriverConcurrentCreates = TRUE;
info->DriverCommandLists = FALSE; info->DriverCommandLists = TRUE;
} return S_OK; } return S_OK;
case D3D11_FEATURE_DOUBLES: { case D3D11_FEATURE_DOUBLES: {