Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotTextureView

Type Alias: FrameGraphSnapshotTextureView

FrameGraphSnapshotTextureView = object

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

Normalized logical texture view referenced by captured accesses.

Properties

arrayLayerCount

readonly arrayLayerCount: number

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


aspect

readonly aspect: string

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


baseArrayLayer

readonly baseArrayLayer: number

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


baseMipLevel

readonly baseMipLevel: number

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


dimension

readonly dimension: string

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


format

readonly format: string

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


id

readonly id: FrameGraphSnapshotEntityId

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


label?

readonly optional label?: string

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


mipLevelCount

readonly mipLevelCount: number

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


resourceId

readonly resourceId: FrameGraphSnapshotEntityId

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


stableKey?

readonly optional stableKey?: string

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


swizzle

readonly swizzle: string

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

Open source / MIT licensed