Skip to content

Documentation / scene / RenderGraphExecutorOptions

Interface: RenderGraphExecutorOptions

Defined in: libs/scene/src/render/rendergraph/types.ts:394

Render graph executor construction options.

Properties

device?

optional device?: 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?

optional profiling?: boolean | RGProfilingOptions

Defined in: libs/scene/src/render/rendergraph/types.ts:398

Render graph timestamp profiling options. Default false.

Released under the MIT License.