Skip to main content
Module

x/netzo/deno.d.ts>GPUSupportedFeatures#forEach

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method GPUSupportedFeatures.prototype.forEach
import { GPUSupportedFeatures } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

Parameters

callbackfn: (
set: Set<GPUFeatureName>,
) => void
optional
thisArg: any