Expand description
Gather information about rendering, held in query pools.
In Vulkan, queries are not created individually. Instead you manipulate query pools, which represent a collection of queries. Whenever you use a query, you have to specify both the query pool and the slot id within that query pool.
Structs§
- Query
Control Flags - Flags that control how a query is to be executed.
- Query
Pipeline Statistic Flags - For
PipelineStatistics
queries, the statistics that should be gathered. - Query
Pool - A collection of one or more queries of a particular type.
- Query
Pool Create Info - Parameters to create a new
QueryPool
. - Query
Result Flags - Flags to control how the results of a query should be retrieved.
Enums§
- Query
Type - The type of query that a query pool should perform.
Traits§
- Query
Result Element - A trait for elements of buffers that can be used as a destination for query results.