deno / latest / ~ / gpuquerysetdescriptor.html

GPUQuerySetDescriptor

interface GPUQuerySetDescriptor  extends GPUObjectDescriptorBase {
    
count: number;
pipelineStatistics?: GPUPipelineStatisticName[];
type: GPUQueryType;
}

Properties

count: number
pipelineStatistics?: GPUPipelineStatisticName[]
type: GPUQueryType