Vulkan-Docs/doc/specs/vulkan/man/vkCmdResetEvent.txt

56 lines
1.2 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
vkCmdResetEvent(3)
==================
Name
----
vkCmdResetEvent - Reset an event object to non-signaled state.
C Specification
---------------
// refBegin vkCmdResetEvent Reset an event object to non-signaled state.
To set the state of an event to unsignaled from a device, call:
include::../api/protos/vkCmdResetEvent.txt[]
Parameters
----------
* pname:commandBuffer is the command buffer into which the command is
recorded.
* pname:event is the event that will be reset.
* pname:stageMask specifies the pipeline stage at which the state of
pname:event is updated as described below.
Description
-----------
include::../validity/protos/vkCmdResetEvent.txt[]
See Also
--------
slink:VkCommandBuffer, slink:VkEvent, elink:VkPipelineStageFlags
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkCmdResetEvent
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]