mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[dxvk] Restore dedicated allocation behaviour
Whoops.
This commit is contained in:
parent
412fb9ac57
commit
c360a196fb
@ -302,7 +302,7 @@ namespace dxvk {
|
||||
|
||||
VkMemoryPriorityAllocateInfoEXT prio;
|
||||
prio.sType = VK_STRUCTURE_TYPE_MEMORY_PRIORITY_ALLOCATE_INFO_EXT;
|
||||
prio.pNext = nullptr;
|
||||
prio.pNext = dedAllocInfo;
|
||||
prio.priority = priority;
|
||||
|
||||
VkMemoryAllocateInfo info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user