diff --git a/src/VulkanSample.cpp b/src/VulkanSample.cpp index ba3f89f..dd7da16 100644 --- a/src/VulkanSample.cpp +++ b/src/VulkanSample.cpp @@ -1469,13 +1469,6 @@ void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo) outInfo.pVulkanFunctions = &vulkanFunctions; #endif - // Uncomment to enable recording to CSV file. - /* - static VmaRecordSettings recordSettings = {}; - recordSettings.pFilePath = "VulkanSample.csv"; - outInfo.pRecordSettings = &recordSettings; - */ - // Uncomment to enable HeapSizeLimit. /* static std::array heapSizeLimit;