Memory pool update
This commit is contained in:
@@ -110,7 +110,7 @@ namespace OpenVulkano::Vulkan
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(!alloc && createIfAllFull) alloc = CreateMemoryAllocation(64_MiB, type, true);
|
||||
if(!alloc && createIfAllFull) alloc = CreateMemoryAllocation(128_MiB, type, true);
|
||||
return alloc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user