vkDestroyQueryPool(3) ===================== Name ---- vkDestroyQueryPool - Destroy a query pool object C Specification --------------- include::../protos/vkDestroyQueryPool.txt[] Parameters ---------- pname:device:: Logical device which owns the object. pname:queryPool:: The handle of the object to destroy. Description ----------- fname:vkDestroyQueryPool destroys the query pool whose handle is specified in pname:queryPool, which must be a valid handle to a query pool that was created by pname:device. Attempts to destroy code:VK_NULL_HANDLE are silently ignored. After a query pool has been destroyed, its handle becomes invalid and should not be accessed again. include::../validity/protos/vkDestroyQueryPool.txt[] See Also -------- flink:vkCreateQueryPool, flink:vkCmdResetQueryPool, flink:vkCmdBeginQuery, flink:vkCmdEndQuery, flink:vkCmdCopyQueryPoolResults, flink:vkGetQueryPoolResults include::footer.txt[]