Click or drag to resize
Ab4d.SharpEngine logo

PhysicalDeviceDetailsFindExactMemoryType Method

Returns the memory type index for the specified type filter and flags. When memory type is not found then -1 is returned.

Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public int FindExactMemoryType(
	uint typeFilter,
	MemoryPropertyFlags flags
)

Parameters

typeFilter  UInt32
typeFilter
flags  MemoryPropertyFlags
MemoryPropertyFlags

Return Value

Int32
memory type index or -1 when not found
See Also