• 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-vkFreeCommandBuffers-device-parameter]] pname:device must: be a valid sname:VkDevice handle
5* [[VUID-vkFreeCommandBuffers-commandPool-parameter]] pname:commandPool must: be a valid sname:VkCommandPool handle
6* [[VUID-vkFreeCommandBuffers-commandBufferCount-arraylength]] pname:commandBufferCount must: be greater than `0`
7* [[VUID-vkFreeCommandBuffers-commandPool-parent]] pname:commandPool must: have been created, allocated, or retrieved from pname:device
8* [[VUID-vkFreeCommandBuffers-pCommandBuffers-parent]] Each element of pname:pCommandBuffers that is a valid handle must: have been created, allocated, or retrieved from pname:commandPool
9****
10
11.Host Synchronization
12****
13* Host access to pname:commandPool must: be externally synchronized
14* Host access to each member of pname:pCommandBuffers must: be externally synchronized
15****
16
17