W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUQuerySetDescriptor
interface
GPUQuerySetDescriptor
extends
GPUObjectDescriptorBase
{
count
:
number
;
pipelineStatistics?
:
GPUPipelineStatisticName
[]
;
type
:
GPUQueryType
;
}
Extends
GPUObjectDescriptorBase
Properties
count
:
number
pipelineStatistics?
:
GPUPipelineStatisticName
[]
type
:
GPUQueryType
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUQuerySetDescriptor