Documentation / scene / RenderGraphExecutorOptions
Interface: RenderGraphExecutorOptions
Defined in: libs/scene/src/render/rendergraph/types.ts:394
Render graph executor construction options.
Properties
device?
optionaldevice?:AbstractDevice
Defined in: libs/scene/src/render/rendergraph/types.ts:396
Device used for timestamp queries. If omitted, the scene global getDevice() is used.
profiling?
optionalprofiling?:boolean|RGProfilingOptions
Defined in: libs/scene/src/render/rendergraph/types.ts:398
Render graph timestamp profiling options. Default false.