mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -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;
|
reason: GPUPipelineErrorReason;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** @category GPU */
|
||||||
* @category GPU
|
|
||||||
* @
|
|
||||||
*/
|
|
||||||
declare type GPUPipelineErrorReason = "validation" | "internal";
|
declare type GPUPipelineErrorReason = "validation" | "internal";
|
||||||
|
|
||||||
/**
|
/** @category GPU */
|
||||||
* @category GPU
|
|
||||||
* @
|
|
||||||
*/
|
|
||||||
declare class GPUShaderModule implements GPUObjectBase {
|
declare class GPUShaderModule implements GPUObjectBase {
|
||||||
label: string;
|
label: string;
|
||||||
}
|
}
|
||||||
|
@ -1150,10 +1144,7 @@ declare interface GPURenderPassColorAttachment {
|
||||||
storeOp: GPUStoreOp;
|
storeOp: GPUStoreOp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** @category GPU */
|
||||||
* @category GPU
|
|
||||||
* @
|
|
||||||
*/
|
|
||||||
declare interface GPURenderPassDepthStencilAttachment {
|
declare interface GPURenderPassDepthStencilAttachment {
|
||||||
view: GPUTextureView;
|
view: GPUTextureView;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue