blob: e66a65735c7d44f706283f9d59a7f7763f809476 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkCreateEvent-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkCreateEvent-pCreateInfo-parameter]] pname:pCreateInfo must: be a valid pointer to a valid sname:VkEventCreateInfo structure
* [[VUID-vkCreateEvent-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
* [[VUID-vkCreateEvent-pEvent-parameter]] pname:pEvent must: be a valid pointer to a sname:VkEvent handle
****
.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
****