From 1199550420019e15c909e860e9ad1d52a0605051 Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Wed, 10 Jul 2024 12:40:18 +0200 Subject: [PATCH] Remove mention of deprecated CSV recording feature --- src/VulkanSample.cpp | 7 ------- 1 file changed, 7 deletions(-) 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;