• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2.Valid Usage (Implicit)
3****
4* [[VUID-vkCmdResetEvent-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle
5* [[VUID-vkCmdResetEvent-event-parameter]] pname:event must: be a valid sname:VkEvent handle
6* [[VUID-vkCmdResetEvent-stageMask-parameter]] pname:stageMask must: be a valid combination of elink:VkPipelineStageFlagBits values
7* [[VUID-vkCmdResetEvent-stageMask-requiredbitmask]] pname:stageMask must: not be `0`
8* [[VUID-vkCmdResetEvent-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>>
9* [[VUID-vkCmdResetEvent-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations
10* [[VUID-vkCmdResetEvent-renderpass]] This command must: only be called outside of a render pass instance
11* [[VUID-vkCmdResetEvent-commonparent]] Both of pname:commandBuffer, and pname:event must: have been created, allocated, or retrieved from the same sname:VkDevice
12****
13
14.Host Synchronization
15****
16* Host access to pname:commandBuffer must: be externally synchronized
17* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized
18****
19
20.Command Properties
21****
22[options="header", width="100%"]
23|====
24|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>>
25|Primary +
26Secondary|Outside|Graphics +
27Compute|
28|====
29****
30
31