mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 13:54:18 +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;
|
VkMemoryPriorityAllocateInfoEXT prio;
|
||||||
prio.sType = VK_STRUCTURE_TYPE_MEMORY_PRIORITY_ALLOCATE_INFO_EXT;
|
prio.sType = VK_STRUCTURE_TYPE_MEMORY_PRIORITY_ALLOCATE_INFO_EXT;
|
||||||
prio.pNext = nullptr;
|
prio.pNext = dedAllocInfo;
|
||||||
prio.priority = priority;
|
prio.priority = priority;
|
||||||
|
|
||||||
VkMemoryAllocateInfo info;
|
VkMemoryAllocateInfo info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user