Click or drag to resize
Ab4d.SharpEngine logo

VkGetSemaphoreWin32Handle Method


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public Result GetSemaphoreWin32Handle(
	Device device,
	SemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo,
	IntPtr* pHandle
)

Parameters

device  Device
 
pGetWin32HandleInfo  SemaphoreGetWin32HandleInfoKHR*
 
pHandle  IntPtr*
 

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.Vk.GetSemaphoreWin32Handle(Ab4d.Vulkan.Device,Ab4d.Vulkan.SemaphoreGetWin32HandleInfoKHR*,System.IntPtr*)"]

Remarks

Required Extension: VK_KHR_external_semaphore_win32

Success codes:VK_SUCCESS

Error codes:VK_ERROR_TOO_MANY_OBJECTS, VK_ERROR_OUT_OF_HOST_MEMORY

See Also