deno / 1.23.2 / ~ / gpuquerysetdescriptor.html /

GPUQuerySetDescriptor

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

Properties

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