mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-28 23:49:21 +00:00
Further development of custom pool names
This commit is contained in:
parent
a020fb81cb
commit
49defd6056
3 changed files with 25 additions and 17 deletions
|
@ -3113,8 +3113,6 @@ static void TestPool_SameSize()
|
|||
vmaGetPoolName(g_hAllocator, pool, &fetchedPoolName);
|
||||
TEST(strcmp(fetchedPoolName, POOL_NAME) == 0);
|
||||
|
||||
SaveAllocatorStatsToFile(L"TEST.json");//DELME
|
||||
|
||||
vmaSetPoolName(g_hAllocator, pool, nullptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue