Click or drag to resize
Ab4d.SharpEngine logo

IVulkanMemoryAllocatorGetReportString Method

Gets the string that describes the allocated memory.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
string GetReportString(
	bool dumpAllActiveAllocations,
	bool dumpBlockUsageTable = true,
	bool listIndividualAllocations = true
)

Parameters

dumpAllActiveAllocations  Boolean
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

String
memory report string
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.IVulkanMemoryAllocator.GetReportString(System.Boolean,System.Boolean,System.Boolean)"]

See Also