diff options
-rw-r--r-- | cli/tsc/dts/lib.deno_webgpu.d.ts | 15 |
1 files 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 fc2676b2e..3a602d78a 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; |