Skip to content

Documentation / scene / RenderGraphExecutorOptions

Interface: RenderGraphExecutorOptions<TTexture>

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

Render graph executor options.

Type Parameters

TTexture

TTexture = BaseTexture

Properties

device?

optional device?: AbstractDevice

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

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:278

Render graph timestamp profiling options. Default false.


textureAffinityCache?

optional textureAffinityCache?: RGTextureAffinityCache<TTexture>

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

Cross-execution affinity state used to stabilize transient texture identities.

Released under the MIT License.