Vulkan-Docs/doc/specs/vulkan/man/vkCmdEndQuery.txt

41 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-02-16 09:53:44 +00:00
vkCmdEndQuery(3)
================
Name
----
vkCmdEndQuery - Ends a query.
C Specification
---------------
include::../protos/vkCmdEndQuery.txt[]
Parameters
----------
pname:commandBuffer::
The command buffer upon which to execute the command.
pname:queryPool::
The pool in which the query to be stopped resides.
pname:entry::
The entry within pname:queryPool at which the query to be stopped resides.
Description
-----------
fname:vkCmdEndQuery ends the query at the entry specified by pname:entry in the query pool
specified by pname:queryPool. The command is executed in the command buffer specified
by pname:commandBuffer. The query referenced by pname:queryPool and pname:entry should be an active
query for which fname:vkCmdBeginQuery has been called in the past.
include::../validity/protos/vkCmdEndQuery.txt[]
See Also
--------
flink:vkCmdBeginQuery, flink:vkCmdResetQueryPool, flink:vkCreateQueryPool, flink:vkDestroyQueryPool, flink:vkGetQueryPoolResults, flink:vkCmdCopyQueryPoolResults
include::footer.txt[]