Merge pull request #430 from IAmNotHanni/master

Small maintenance
This commit is contained in:
Adam Sawicki 2024-07-10 13:27:37 +02:00 committed by GitHub
commit d0220181d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<VkDeviceSize, VK_MAX_MEMORY_HEAPS> heapSizeLimit;