Module vulkano::query

source ·
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

Enums

  • The type of query that a query pool should perform.

Traits

  • A trait for elements of buffers that can be used as a destination for query results.