1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(ext/webgpu): sync category comment (#25580)

Signed-off-by: Victor Turansky <victor.turansky@gmail.com>
This commit is contained in:
Victor Turansky 2024-09-12 03:59:05 +03:00 committed by GitHub
parent f794781ffb
commit 025e4bdaac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;