Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotBufferRange

Type Alias: FrameGraphSnapshotBufferRange

FrameGraphSnapshotBufferRange = object

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

Byte interval covered by a captured buffer access.

Properties

offset

readonly offset: number

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


size?

readonly optional size?: number

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

Open source / MIT licensed