• 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-vkResetCommandPool-device-parameter]] pname:device must: be a valid sname:VkDevice handle
5* [[VUID-vkResetCommandPool-commandPool-parameter]] pname:commandPool must: be a valid sname:VkCommandPool handle
6* [[VUID-vkResetCommandPool-flags-parameter]] pname:flags must: be a valid combination of elink:VkCommandPoolResetFlagBits values
7* [[VUID-vkResetCommandPool-commandPool-parent]] pname:commandPool must: have been created, allocated, or retrieved from pname:device
8****
9
10.Host Synchronization
11****
12* Host access to pname:commandPool must: be externally synchronized
13****
14
15.Return Codes
16****
17ifndef::doctype-manpage[]
18<<fundamentals-successcodes,Success>>::
19endif::doctype-manpage[]
20ifdef::doctype-manpage[]
21On success, this command returns::
22endif::doctype-manpage[]
23* ename:VK_SUCCESS
24ifndef::doctype-manpage[]
25<<fundamentals-errorcodes,Failure>>::
26endif::doctype-manpage[]
27ifdef::doctype-manpage[]
28On failure, this command returns::
29endif::doctype-manpage[]
30* ename:VK_ERROR_OUT_OF_HOST_MEMORY
31* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
32****
33
34