Remove mention of deprecated CSV recording feature

This commit is contained in:
Johannes Schneider 2024-07-10 12:40:18 +02:00
parent 10ec7bd86a
commit 1199550420
No known key found for this signature in database

View File

@ -1469,13 +1469,6 @@ void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo)
outInfo.pVulkanFunctions = &vulkanFunctions; outInfo.pVulkanFunctions = &vulkanFunctions;
#endif #endif
// Uncomment to enable recording to CSV file.
/*
static VmaRecordSettings recordSettings = {};
recordSettings.pFilePath = "VulkanSample.csv";
outInfo.pRecordSettings = &recordSettings;
*/
// Uncomment to enable HeapSizeLimit. // Uncomment to enable HeapSizeLimit.
/* /*
static std::array<VkDeviceSize, VK_MAX_MEMORY_HEAPS> heapSizeLimit; static std::array<VkDeviceSize, VK_MAX_MEMORY_HEAPS> heapSizeLimit;