GPUQuerySetDescriptor | WebGPU API reference
Interface GPUQuerySetDescriptor
Hierarchy
- GPUObjectDescriptorBase
- GPUQuerySetDescriptor
Properties
count
count: number
The number of queries managed by GPUQuerySet.
Optional label
label?: string
The initial value of GPUObjectBase.label.
type
type: GPUQueryType
The type of queries managed by GPUQuerySet.