Struct wgpu_types::QuerySetDescriptor [−][src]
Expand description
Describes how to create a QuerySet.
Fields
ty: QueryTypeKind of query that this query set should contain.
count: u32Total count of queries the set contains. Must not be zero.
Must not be greater than QUERY_SET_MAX_QUERIES.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QuerySetDescriptorimpl Send for QuerySetDescriptorimpl Sync for QuerySetDescriptorimpl Unpin for QuerySetDescriptorimpl UnwindSafe for QuerySetDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more