GPUQuerySet | WebGPU API reference
Interface GPUQuerySet
Hierarchy
- GPUObjectBase
- GPUQuerySet
Properties
Readonly count
count: number
The number of queries managed by this GPUQuerySet.
label
label: string
Readonly type
type: GPUQueryType
The type of the queries managed by this GPUQuerySet.
Methods
destroy
- destroy(): undefined
-
Destroys the GPUQuerySet.
Returns undefined