◐ Shell
clean mode source ↗

GPUQuerySet | WebGPU API reference

Interface GPUQuerySet

Hierarchy

Properties

count label type

Methods

destroy

Properties

Readonly count

count: number

The number of queries managed by this GPUQuerySet.

label

label: string

Readonly type

The type of the queries managed by this GPUQuerySet.

Methods

destroy

  • destroy(): undefined
  • Destroys the GPUQuerySet.

    Returns undefined