Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceAllocateMemory(UInt32, UInt32, Int32, MemoryPropertyFlags, Boolean, Boolean, String) Method


Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public VulkanMemoryInfo AllocateMemory(
	uint allocationSize,
	uint memoryTypeIndex,
	int alignment,
	MemoryPropertyFlags memoryProperties,
	bool isImage,
	bool isDedicatedAllocation = false,
	string? name = null
)

Parameters

allocationSize  UInt32
 
memoryTypeIndex  UInt32
 
alignment  Int32
 
memoryProperties  MemoryPropertyFlags
 
isImage  Boolean
 
isDedicatedAllocation  Boolean  (Optional)
 
name  String  (Optional)
 

Return Value

VulkanMemoryInfo

[Missing <returns> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.AllocateMemory(System.UInt32,System.UInt32,System.Int32,Ab4d.Vulkan.MemoryPropertyFlags,System.Boolean,System.Boolean,System.String)"]

See Also