import { GPUAdapter } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.deno_webgpu.d.ts";
Properties
readonly
features: GPUSupportedFeaturesreadonly
limits: GPUSupportedLimitsMethods
requestAdapterInfo(unmaskHints?: string[]): Promise<GPUAdapterInfo>
requestDevice(descriptor?: GPUDeviceDescriptor): Promise<GPUDevice>