ZenFG TypeScript API / webgpu / root / ExternalSubmissionContext
Type Alias: ExternalSubmissionContext
ExternalSubmissionContext =
ResourceUnwrapContext
Defined in: packages/webgpu/src/types.ts:664
Beta
Context passed to an opaque caller-owned queue submission callback.
It provides no FrameGraph-owned command encoder. The callback must enqueue all graph-visible work on this device's queue before returning, must not retain resolved transient resources, and must not recursively execute, clear, or destroy the same FrameGraph runtime. Queue submission does not imply GPU completion.