From 025e4bdaaca3ce029602ba3fef63865f6573e5e4 Mon Sep 17 00:00:00 2001 From: Victor Turansky Date: Thu, 12 Sep 2024 03:59:05 +0300 Subject: [PATCH] fix(ext/webgpu): sync category comment (#25580) Signed-off-by: Victor Turansky --- cli/tsc/dts/lib.deno_webgpu.d.ts | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/cli/tsc/dts/lib.deno_webgpu.d.ts b/cli/tsc/dts/lib.deno_webgpu.d.ts index fc2676b2e3..3a602d78a4 100644 --- a/cli/tsc/dts/lib.deno_webgpu.d.ts +++ b/cli/tsc/dts/lib.deno_webgpu.d.ts @@ -600,16 +600,10 @@ declare interface GPUPipelineErrorInit { reason: GPUPipelineErrorReason; } -/** - * @category GPU - * @ - */ +/** @category GPU */ declare type GPUPipelineErrorReason = "validation" | "internal"; -/** - * @category GPU - * @ - */ +/** @category GPU */ declare class GPUShaderModule implements GPUObjectBase { label: string; } @@ -1150,10 +1144,7 @@ declare interface GPURenderPassColorAttachment { storeOp: GPUStoreOp; } -/** - * @category GPU - * @ - */ +/** @category GPU */ declare interface GPURenderPassDepthStencilAttachment { view: GPUTextureView;