mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Actually fix multidraw workaround
Otherwise we'll end up using the feature anyway.
This commit is contained in:
parent
dafb71b18e
commit
13bd234cea
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue