1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkGetQueryPoolResults-device-parameter]] pname:device must: be a valid sname:VkDevice handle 5* [[VUID-vkGetQueryPoolResults-queryPool-parameter]] pname:queryPool must: be a valid sname:VkQueryPool handle 6* [[VUID-vkGetQueryPoolResults-pData-parameter]] pname:pData must: be a valid pointer to an array of pname:dataSize bytes 7* [[VUID-vkGetQueryPoolResults-flags-parameter]] pname:flags must: be a valid combination of elink:VkQueryResultFlagBits values 8* [[VUID-vkGetQueryPoolResults-dataSize-arraylength]] pname:dataSize must: be greater than `0` 9* [[VUID-vkGetQueryPoolResults-queryPool-parent]] pname:queryPool must: have been created, allocated, or retrieved from pname:device 10**** 11 12.Return Codes 13**** 14ifndef::doctype-manpage[] 15<<fundamentals-successcodes,Success>>:: 16endif::doctype-manpage[] 17ifdef::doctype-manpage[] 18On success, this command returns:: 19endif::doctype-manpage[] 20* ename:VK_SUCCESS 21* ename:VK_NOT_READY 22ifndef::doctype-manpage[] 23<<fundamentals-errorcodes,Failure>>:: 24endif::doctype-manpage[] 25ifdef::doctype-manpage[] 26On failure, this command returns:: 27endif::doctype-manpage[] 28* ename:VK_ERROR_OUT_OF_HOST_MEMORY 29* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY 30* ename:VK_ERROR_DEVICE_LOST 31**** 32 33