ZenFG TypeScript API / webgpu / root / CompiledFrameWithReport
Interface: CompiledFrameWithReport
Defined in: packages/webgpu/src/types.ts:1300
Compiled frame carrying an opt-in readonly diagnostic snapshot.
Extends
Properties
compilationReport
readonlycompilationReport:FrameGraphCompilationReport
Defined in: packages/webgpu/src/types.ts:1301
Methods
execute()
execute(
options?):void
Defined in: packages/webgpu/src/types.ts:1290
Executes synchronously without timing. Throws on execution or callback failure.
Parameters
options?
Returns
void
Inherited from
executeWithTiming()
executeWithTiming(
options):FrameGraphExecutionTiming
Defined in: packages/webgpu/src/types.ts:1296
Executes synchronously with explicitly selected timing families. CPU results do not await GPU completion. GPU unavailability is non-fatal. Throws synchronously on execution failure; no partial CPU report is returned.
Parameters
options
CompiledFrameExecuteOptions & object