Click or drag to resize
Ab4d.SharpEngine logo

IVulkanMemoryAllocator Methods

The IVulkanMemoryAllocator type exposes the following members.

Methods
 NameDescription
Public methodAllocateMemory(Buffer, MemoryPropertyFlags, Boolean, String) 
Public methodAllocateMemory(Image, MemoryPropertyFlags, Boolean, String) 
Public methodAllocateMemory(MemoryRequirements, MemoryPropertyFlags, Boolean, Boolean, String) 
Public methodAllocateMemory(UInt32, UInt32, Int32, Boolean, Boolean, String) 
Public methodCleanup Cleanup method checks all memory blocks. Memory block is freed when it is empty and freeEmptyMemoryBlocks is true or when it empty for at least EngineRuntimeOptions.FramesCountToReleaseEmptyMemoryBlock frames.
Public methodFreeMemory(VulkanMemoryInfo) 
Public methodFreeMemory(Int32, UInt32, String) 
Public methodGetReportString Gets the string that describes the allocated memory.
Top
See Also