[−][src]Module gfx_hal::query
Queries are commands that can be submitted to a command buffer 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 |
| ResultFlags | Query result flags. |
Enums
| CreationError | Query creation error. |
| Type | Type of queries in a query pool. |
Type Definitions
| Id | A query identifier. |