Definition
WebGPU defines GPUQuerySetDescriptor
dictionary GPUQuerySetDescriptor
: GPUObjectDescriptorBase {
required GPUQueryType type;
required GPUSize32 count;
};
GPUQuerySetDescriptor
dictionaryWebGPU defines GPUQuerySetDescriptor
dictionary GPUQuerySetDescriptor
: GPUObjectDescriptorBase {
required GPUQueryType type;
required GPUSize32 count;
};