Struct wgpu_types::QuerySetDescriptor [−][src]
Expand description
Describes how to create a QuerySet.
Fields
ty: QueryType
Kind of query that this query set should contain.
count: u32
Total 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 QuerySetDescriptor
impl Send for QuerySetDescriptor
impl Sync for QuerySetDescriptor
impl Unpin for QuerySetDescriptor
impl UnwindSafe for QuerySetDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more