GPUQuerySet

class wgpu.GPUQuerySet

Bases: GPUObjectBase

An object to store the results of queries on passes.

You can obtain a query set object via GPUDevice.create_query_set.

property count

The number of the queries managed by this queryset.

destroy()

Destroy this QuerySet.

property type

The type of the queries managed by this queryset.