Skip to content

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?

readonly optional label?: string

Defined in: packages/webgpu/src/types.ts:794

Optional diagnostic label.


operations

readonly operations: readonly CopyOperation[]

Defined in: packages/webgpu/src/types.ts:796

Copy commands recorded in array order.


sideEffect?

readonly optional sideEffect?: boolean

Defined in: packages/webgpu/src/types.ts:798

Retains the node when its results are otherwise unused. Defaults to false.

Open source / MIT licensed