[][src]Module vulkano::query

This module provides support for 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

OcclusionQueriesPool
QueryPipelineStatisticFlags
UnsafeQueriesRange
UnsafeQuery
UnsafeQueryPool

Enums

QueryPoolCreationError

Error that can happen when creating a buffer.

QueryType