• 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-vkCmdDispatch-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle
5* [[VUID-vkCmdDispatch-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>>
6* [[VUID-vkCmdDispatch-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support compute operations
7* [[VUID-vkCmdDispatch-renderpass]] This command must: only be called outside of a render pass instance
8****
9
10.Host Synchronization
11****
12* Host access to pname:commandBuffer must: be externally synchronized
13* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized
14****
15
16.Command Properties
17****
18[options="header", width="100%"]
19|====
20|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>>
21|Primary +
22Secondary|Outside|Compute|Compute
23|====
24****
25
26