Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotCapture

Type Alias: FrameGraphSnapshotCapture

FrameGraphSnapshotCapture = object

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

Metadata for the frame and time represented by a snapshot.

Properties

capturedAt?

readonly optional capturedAt?: string

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


frameIndex

readonly frameIndex: number

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


migration?

readonly optional migration?: FrameGraphSnapshotMigration

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

Open source / MIT licensed