blob: ced66f033c2c94fc02148fb0dde50c979f9ae97a [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkResetEvent-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkResetEvent-event-parameter]] pname:event must: be a valid sname:VkEvent handle
* [[VUID-vkResetEvent-event-parent]] pname:event must: have been created, allocated, or retrieved from pname:device
****
.Host Synchronization
****
* Host access to pname:event must: be externally synchronized
****
.Return Codes
****
ifndef::doctype-manpage[]
<<fundamentals-successcodes,Success>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On success, this command returns::
endif::doctype-manpage[]
* ename:VK_SUCCESS
ifndef::doctype-manpage[]
<<fundamentals-errorcodes,Failure>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On failure, this command returns::
endif::doctype-manpage[]
* ename:VK_ERROR_OUT_OF_HOST_MEMORY
* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
****