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:
parent
f794781ffb
commit
025e4bdaac
1 changed files with 3 additions and 12 deletions
15
cli/tsc/dts/lib.deno_webgpu.d.ts
vendored
15
cli/tsc/dts/lib.deno_webgpu.d.ts
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue