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:
parent
493ad66d91
commit
fd4e55007f
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user