[dxvk] Restore dedicated allocation behaviour

Whoops.
This commit is contained in:
Philip Rebohle 2019-01-30 15:49:06 +01:00
parent 412fb9ac57
commit c360a196fb
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -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;