GPUQuerySet
The GPUQuerySet interface of the WebGPU API is used to record the results of queries on passes, such as occlusion or timestamp queries. Available only in secure contexts.
Properties
Link copied to clipboard
The count read-only property of the GPUQuerySet interface is a number specifying the number of queries managed by the GPUQuerySet.
Link copied to clipboard
Link copied to clipboard
The type read-only property of the GPUQuerySet interface is an enumerated value specifying the type of queries managed by the GPUQuerySet.