Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotSegment

Type Alias: FrameGraphSnapshotSegment

FrameGraphSnapshotSegment = object

Defined in: packages/snapshot/src/types.ts:272

Ordered FrameGraph-owned or caller-owned execution boundary.

Properties

id

readonly id: FrameGraphSnapshotEntityId

Defined in: packages/snapshot/src/types.ts:273


kind

readonly kind: FrameGraphSnapshotSegmentKind

Defined in: packages/snapshot/src/types.ts:275


nodeIds

readonly nodeIds: readonly FrameGraphSnapshotEntityId[]

Defined in: packages/snapshot/src/types.ts:276


order

readonly order: number

Defined in: packages/snapshot/src/types.ts:274

Open source / MIT licensed