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