Click or drag to resize
Ab4d.SharpEngine logo

VkGetMemoryHostPointerProperties Method


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public Result GetMemoryHostPointerProperties(
	Device device,
	ExternalMemoryHandleTypeFlags handleType,
	void* pHostPointer,
	MemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties
)

Parameters

device  Device
 
handleType  ExternalMemoryHandleTypeFlags
 
pHostPointer  Void*
 
pMemoryHostPointerProperties  MemoryHostPointerPropertiesEXT*
 

Return Value

Result
Remarks

Required Extension: VK_EXT_external_memory_host

Success codes:VK_SUCCESS

Error codes:VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_INVALID_EXTERNAL_HANDLE

See Also