We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ec7bd + 1199550 commit d022018Copy full SHA for d022018
1 file changed
src/VulkanSample.cpp
@@ -1469,13 +1469,6 @@ void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo)
1469
outInfo.pVulkanFunctions = &vulkanFunctions;
1470
#endif
1471
1472
- // Uncomment to enable recording to CSV file.
1473
- /*
1474
- static VmaRecordSettings recordSettings = {};
1475
- recordSettings.pFilePath = "VulkanSample.csv";
1476
- outInfo.pRecordSettings = &recordSettings;
1477
- */
1478
-
1479
// Uncomment to enable HeapSizeLimit.
1480
/*
1481
static std::array<VkDeviceSize, VK_MAX_MEMORY_HEAPS> heapSizeLimit;
0 commit comments