Module query

Source
Expand description

Commands that can be used to record statistics or other useful values as the command buffer is running.

They are often intended for profiling or other introspection, providing a mechanism for the command buffer to record data about its operation as it is running.

Structs§

ControlFlags
Query control flags.
PipelineStatistic
Pipeline statistic flags
Query
A Query object has a particular identifier and saves its results to a given QueryPool. It is passed as a parameter to the command buffer’s query methods.
ResultFlags
Query result flags.

Enums§

CreationError
Query creation error.
Type
Type of queries in a query pool.

Type Aliases§

Id
A query identifier.