Remove mention of deprecated CSV recording feature
This commit is contained in:
parent
10ec7bd86a
commit
1199550420
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue