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?
optionaldevice?: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?
optionalprofiling?:boolean|RGProfilingOptions
Defined in: libs/scene/src/render/rendergraph/types.ts:278
Render graph timestamp profiling options. Default false.
textureAffinityCache?
optionaltextureAffinityCache?:RGTextureAffinityCache<TTexture>
Defined in: libs/scene/src/render/rendergraph/types.ts:280
Cross-execution affinity state used to stabilize transient texture identities.