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§
- Control
Flags - Query control flags.
- Pipeline
Statistic - Pipeline statistic flags
- Query
- A
Query
object has a particular identifier and saves its results to a givenQueryPool
. It is passed as a parameter to the command buffer’s query methods. - Result
Flags - Query result flags.
Enums§
- Creation
Error - Query creation error.
- Type
- Type of queries in a query pool.
Type Aliases§
- Id
- A query identifier.