 |
VulkanMemoryAllocatorGetReportString Method |
Gets the string that describes the allocated memory.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic string GetReportString(
bool dumpAllActiveAllocations = true,
bool dumpBlockUsageTable = true,
bool listIndividualAllocations = true
)
Parameters
- dumpAllActiveAllocations Boolean (Optional)
- when true (by default) then details for all active allocations are added to the report string
- dumpBlockUsageTable Boolean (Optional)
- when true (by default) then a map of block usage is shown with stars and dots showing used and free areas of the memory block
- listIndividualAllocations Boolean (Optional)
- when true (by default) then individual allocations are listed
Return Value
Stringmemory report string
Implements
IVulkanMemoryAllocatorGetReportString(Boolean, Boolean, Boolean)
See Also