Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotAllocation

Type Alias: FrameGraphSnapshotAllocation

FrameGraphSnapshotAllocation = object

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

One transient physical allocation and its compatibility class.

Properties

compatibilityClassId

readonly compatibilityClassId: FrameGraphSnapshotEntityId

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


estimatedByteSize?

readonly optional estimatedByteSize?: number

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


id

readonly id: FrameGraphSnapshotEntityId

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


kind

readonly kind: FrameGraphSnapshotResourceKind

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

Open source / MIT licensed