Skip to content

Documentation / scene / buildForwardPlusGraph

Function: buildForwardPlusGraph()

buildForwardPlusGraph(graph, ctx, renderQueue, options): RGHandle

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

Build the Forward+ render graph and return its backbuffer output.

Parameters

graph

RenderGraph

ctx

DrawContext

renderQueue

RenderQueue

options

ForwardPlusOptions

Returns

RGHandle

Released under the MIT License.