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
readonlydevice:GPUDevice
Defined in: packages/webgpu/src/types.ts:1127
Device permanently bound to the FrameGraph instance.
frameIndex
readonlyframeIndex:number
Defined in: packages/webgpu/src/types.ts:1129
Caller-provided logical frame index.