Further development of custom pool names

This commit is contained in:
Adam Sawicki 2019-11-18 11:45:30 +01:00
parent a020fb81cb
commit 49defd6056
3 changed files with 25 additions and 17 deletions

View file

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