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§
- Query control flags.
- Pipeline statistic flags
- 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. - Query result flags.
Enums§
- Query creation error.
- Type of queries in a query pool.
Type Aliases§
- A query identifier.