GPUQuerySetDescriptor

interface GPUQuerySetDescriptor extends GPUObjectDescriptorBase {
count: number;
type: GPUQueryType;
}

§Extends

§
GPUObjectDescriptorBase
[src]

§Properties

§
count: number
[src]
§
type: GPUQueryType
[src]