ComposeFrameGraphRequest
此内容尚不支持你的语言。
Defined in: protocol.ts:35
One complete output-frame graph. Intermediate node outputs remain Worker/GPU owned; only the final node is transferred back to the caller.
Properties
Section titled “Properties”allowFallback
Section titled “allowFallback”
readonlyallowFallback:boolean
Defined in: protocol.ts:44
height
Section titled “height”
readonlyheight:number
Defined in: protocol.ts:42
readonlyid:number
Defined in: protocol.ts:37
inputs
Section titled “inputs”
readonlyinputs:Readonly<Record<string,VideoFrame>>
Defined in: protocol.ts:38
readonlynodes: readonlyFrameGraphNode[]
Defined in: protocol.ts:39
outputNodeId
Section titled “outputNodeId”
readonlyoutputNodeId:string
Defined in: protocol.ts:40
preferredBackend
Section titled “preferredBackend”
readonlypreferredBackend:"webgpu"|"webgl2"
Defined in: protocol.ts:43
readonlytype:"compose-frame-graph"
Defined in: protocol.ts:36
readonlywidth:number
Defined in: protocol.ts:41