Enum gfx_hal::query::Type [−][src]
pub enum Type { Occlusion, PipelineStatistics(PipelineStatistic), Timestamp, }
Type of queries in a query pool.
Variants
Occlusion query. Count the number of drawn samples between the start and end of the query command.
PipelineStatistics(PipelineStatistic)
Pipeline statistic query. Counts the number of pipeline stage invocations of the given types between the start and end of the query command.
Timestamp query. Timestamps can be recorded to the
query pool by calling write_timestamp()
.
Trait Implementations
impl StructuralEq for Type
[src]
impl StructuralEq for Type
[src]impl StructuralPartialEq for Type
[src]
impl StructuralPartialEq for Type
[src]Auto Trait Implementations
impl RefUnwindSafe for Type
impl RefUnwindSafe for Type
impl UnwindSafe for Type
impl UnwindSafe for Type