blob: 0545af1d7faea36fa1c8e0246872c9871baf4f69 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkGetQueryPoolResults-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkGetQueryPoolResults-queryPool-parameter]] pname:queryPool must: be a valid sname:VkQueryPool handle
* [[VUID-vkGetQueryPoolResults-pData-parameter]] pname:pData must: be a valid pointer to an array of pname:dataSize bytes
* [[VUID-vkGetQueryPoolResults-flags-parameter]] pname:flags must: be a valid combination of elink:VkQueryResultFlagBits values
* [[VUID-vkGetQueryPoolResults-dataSize-arraylength]] pname:dataSize must: be greater than `0`
* [[VUID-vkGetQueryPoolResults-queryPool-parent]] pname:queryPool must: have been created, allocated, or retrieved from pname:device
****
.Return Codes
****
ifndef::doctype-manpage[]
<<fundamentals-successcodes,Success>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On success, this command returns::
endif::doctype-manpage[]
* ename:VK_SUCCESS
* ename:VK_NOT_READY
ifndef::doctype-manpage[]
<<fundamentals-errorcodes,Failure>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On failure, this command returns::
endif::doctype-manpage[]
* ename:VK_ERROR_OUT_OF_HOST_MEMORY
* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
* ename:VK_ERROR_DEVICE_LOST
****