On this page
GPUQuerySetDescriptor
interface GPUQuerySetDescriptor extends GPUObjectDescriptorBase {
count: number;
pipelineStatistics?: GPUPipelineStatisticName[];
type: GPUQueryType;
}
Extends
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUQuerySetDescriptor