mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
commit
d0220181d0
@ -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…
Reference in New Issue
Block a user