Click or drag to resize
Ab4d.SharpEngine logo

VulkanMemoryAllocatorFreeMemory(Int32, UInt32, String) Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanMemoryAllocator.FreeMemory(System.Int32,System.UInt32,System.String)"]


Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void FreeMemory(
	int memoryBlockId,
	uint memoryOffset,
	string? blockName
)

Parameters

memoryBlockId  Int32

[Missing <param name="memoryBlockId"/> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanMemoryAllocator.FreeMemory(System.Int32,System.UInt32,System.String)"]

memoryOffset  UInt32

[Missing <param name="memoryOffset"/> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanMemoryAllocator.FreeMemory(System.Int32,System.UInt32,System.String)"]

blockName  String

[Missing <param name="blockName"/> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanMemoryAllocator.FreeMemory(System.Int32,System.UInt32,System.String)"]

Implements

IVulkanMemoryAllocatorFreeMemory(Int32, UInt32, String)
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanMemoryAllocator.FreeMemory(System.Int32,System.UInt32,System.String)"]

See Also