Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotTextureDescriptor

Type Alias: FrameGraphSnapshotTextureDescriptor

FrameGraphSnapshotTextureDescriptor = object

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

Portable logical texture descriptor independent of WebGPU globals.

Properties

dimension

readonly dimension: string

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


format

readonly format: string

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


kind

readonly kind: "texture"

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


mipLevelCount

readonly mipLevelCount: number

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


sampleCount

readonly sampleCount: number

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


size

readonly size: object

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

depthOrArrayLayers

readonly depthOrArrayLayers: number

height

readonly height: number

width

readonly width: number


viewFormats

readonly viewFormats: readonly string[]

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

Open source / MIT licensed