Skip to content

Commit d022018

Browse files
Merge pull request #430 from IAmNotHanni/master
Small maintenance
2 parents 10ec7bd + 1199550 commit d022018

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/VulkanSample.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,13 +1469,6 @@ void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo)
14691469
outInfo.pVulkanFunctions = &vulkanFunctions;
14701470
#endif
14711471

1472-
// Uncomment to enable recording to CSV file.
1473-
/*
1474-
static VmaRecordSettings recordSettings = {};
1475-
recordSettings.pFilePath = "VulkanSample.csv";
1476-
outInfo.pRecordSettings = &recordSettings;
1477-
*/
1478-
14791472
// Uncomment to enable HeapSizeLimit.
14801473
/*
14811474
static std::array<VkDeviceSize, VK_MAX_MEMORY_HEAPS> heapSizeLimit;

0 commit comments

Comments
 (0)