class GPUSupportedFeatures
Properties Jump to heading
Jump to headingsize: number
Methods Jump to heading
Jump to heading[Symbol.iterator](): IterableIterator<GPUFeatureName>
Jump to headingentries(): IterableIterator<[GPUFeatureName, GPUFeatureName]>
Jump to headingforEach(callbackfn: () => void,thisArg?: any,): void
Jump to headinghas(value: GPUFeatureName): boolean
Jump to headingkeys(): IterableIterator<GPUFeatureName>
Jump to headingvalues(): IterableIterator<GPUFeatureName>