1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-27 04:54:15 +01:00

[dxvk] Actually fix multidraw workaround

Otherwise we'll end up using the feature anyway.
This commit is contained in:
Philip Rebohle 2025-02-25 14:18:05 +01:00
parent dafb71b18e
commit 13bd234cea

View File

@ -406,8 +406,10 @@ namespace dxvk {
}
// Enable multi-draw for draw batching
if (devExtensions.extMultiDraw) {
enabledFeatures.extMultiDraw.multiDraw =
m_deviceFeatures.extMultiDraw.multiDraw;
}
// Enable memory priority and pageable memory if supported
// to improve driver-side memory management