Skip to content

Documentation / scene / executeForwardPlusGraph

Function: executeForwardPlusGraph()

executeForwardPlusGraph(ctx): void

Defined in: libs/scene/src/render/rendergraph/forward_plus_builder.ts:1787

Build, compile, and execute the forward+ pipeline as a render graph.

This is the drop-in replacement for SceneRenderer._renderScene.

Parameters

ctx

DrawContext

The draw context for this frame.

Returns

void

Released under the MIT License.