Click or drag to resize
Ab4d.SharpEngine logo

VkCoreGetSemaphoreCounterValue Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.GetSemaphoreCounterValue(Ab4d.Vulkan.Device,Ab4d.Vulkan.Semaphore,System.UInt64*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result GetSemaphoreCounterValue(
	Device device,
	Semaphore semaphore,
	ulong* pValue
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.GetSemaphoreCounterValue(Ab4d.Vulkan.Device,Ab4d.Vulkan.Semaphore,System.UInt64*)"]

semaphore  Semaphore

[Missing <param name="semaphore"/> documentation for "M:Ab4d.Vulkan.VkCore.GetSemaphoreCounterValue(Ab4d.Vulkan.Device,Ab4d.Vulkan.Semaphore,System.UInt64*)"]

pValue  UInt64*

[Missing <param name="pValue"/> documentation for "M:Ab4d.Vulkan.VkCore.GetSemaphoreCounterValue(Ab4d.Vulkan.Device,Ab4d.Vulkan.Semaphore,System.UInt64*)"]

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.VkCore.GetSemaphoreCounterValue(Ab4d.Vulkan.Device,Ab4d.Vulkan.Semaphore,System.UInt64*)"]

Remarks

Success codes:VK_SUCCESS

Error codes:VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST

See Also