49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
VkQueryPool(3)
|
|
==============
|
|
|
|
Name
|
|
----
|
|
VkQueryPool - Opaque handle to a query pool object
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
// refBegin VkQueryPool - Opaque handle to a query pool object
|
|
|
|
Queries are managed using _query pool_ objects. Each query pool is a
|
|
collection of a specific number of queries of a particular type.
|
|
|
|
Query pools are represented by sname:VkQueryPool handles:
|
|
|
|
include::../api/handles/VkQueryPool.txt[]
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
// refEnd VkQueryPool
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkCmdBeginQuery, flink:vkCmdCopyQueryPoolResults, flink:vkCmdEndQuery, flink:vkCmdResetQueryPool, flink:vkCmdWriteTimestamp, flink:vkCreateQueryPool, flink:vkDestroyQueryPool, flink:vkGetQueryPoolResults
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkQueryPool
|
|
|
|
This page is extracted from the Vulkan Specification.
|
|
Fixes and changes should be made to the Specification,not directly.
|
|
|
|
include::footer.txt[]
|
|
|