summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno_webgpu.d.ts
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-08-30 13:16:56 +0200
committerGitHub <noreply@github.com>2022-08-30 13:16:56 +0200
commitf3a0e48d4ecb7624bb8c19f0588504cd6249089b (patch)
tree026da738044c658e248a3ba59f44a005533ca9d1 /cli/dts/lib.deno_webgpu.d.ts
parenta7558196a7c01bd273b05a3e2180f0f219de81b4 (diff)
fix(docs): add missing categories (#15684)
Diffstat (limited to 'cli/dts/lib.deno_webgpu.d.ts')
-rw-r--r--cli/dts/lib.deno_webgpu.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/dts/lib.deno_webgpu.d.ts b/cli/dts/lib.deno_webgpu.d.ts
index bf3185ca4..efcc8da4a 100644
--- a/cli/dts/lib.deno_webgpu.d.ts
+++ b/cli/dts/lib.deno_webgpu.d.ts
@@ -81,6 +81,7 @@ declare class GPU {
): Promise<GPUAdapter | null>;
}
+/** @category WebGPU */
declare interface GPURequestAdapterOptions {
powerPreference?: GPUPowerPreference;
forceFallbackAdapter?: boolean;