ZenFG TypeScript API / webgpu / root / CopyNodeDesc
Type Alias: CopyNodeDesc
CopyNodeDesc =
object
Defined in: packages/webgpu/src/types.ts:792
Beta
Declares one node containing ordered copy operations.
FrameGraph snapshots each operation and materializes texture extents and origins when the node is added.
Properties
label?
readonlyoptionallabel?:string
Defined in: packages/webgpu/src/types.ts:794
Optional diagnostic label.
operations
readonlyoperations: readonlyCopyOperation[]
Defined in: packages/webgpu/src/types.ts:796
Copy commands recorded in array order.
sideEffect?
readonlyoptionalsideEffect?:boolean
Defined in: packages/webgpu/src/types.ts:798
Retains the node when its results are otherwise unused. Defaults to false.