Skip to content

ZenFG TypeScript API / webgpu / root / CompiledFrameAfterSubmitContext

Type Alias: CompiledFrameAfterSubmitContext

CompiledFrameAfterSubmitContext = object

Defined in: packages/webgpu/src/types.ts:1125

Beta

Context passed once after every retained execution segment has succeeded.

Queue submission has occurred, but GPU completion is not implied.

Properties

device

readonly device: GPUDevice

Defined in: packages/webgpu/src/types.ts:1127

Device permanently bound to the FrameGraph instance.


frameIndex

readonly frameIndex: number

Defined in: packages/webgpu/src/types.ts:1129

Caller-provided logical frame index.

Open source / MIT licensed