Click or drag to resize
Ab4d.SharpEngine logo

VkCoreResetEvent Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.ResetEvent(Ab4d.Vulkan.Device,Ab4d.Vulkan.Event)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result ResetEvent(
	Device device,
	Event event
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.ResetEvent(Ab4d.Vulkan.Device,Ab4d.Vulkan.Event)"]

event  Event

[Missing <param name="event"/> documentation for "M:Ab4d.Vulkan.VkCore.ResetEvent(Ab4d.Vulkan.Device,Ab4d.Vulkan.Event)"]

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.VkCore.ResetEvent(Ab4d.Vulkan.Device,Ab4d.Vulkan.Event)"]

Remarks

Success codes:VK_SUCCESS

Error codes:VK_ERROR_OUT_OF_DEVICE_MEMORY

See Also