Skip to content

Documentation / scene / ForwardPlusModules

Variable: ForwardPlusModules

const ForwardPlusModules: object

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

Built-in Forward+ modules addressable by pipeline anchors.

Type Declaration

SkyUpdate

readonly SkyUpdate: RenderModule<FrameGraphContext> = SkyUpdateModule

ClusterLights

readonly ClusterLights: RenderModule<FrameGraphContext> = ClusterLightsModule

GPUPicking

readonly GPUPicking: RenderModule<FrameGraphContext> = GPUPickingModule

ShadowMaps

readonly ShadowMaps: RenderModule<FrameGraphContext> = ShadowMapsModule

WaterCaustics

readonly WaterCaustics: RenderModule<FrameGraphContext> = WaterCausticsModule

DepthPrepass

readonly DepthPrepass: RenderModule<FrameGraphContext> = DepthPrepassModule

ShadowMask

readonly ShadowMask: RenderModule<FrameGraphContext> = ShadowMaskModule

TransmissionDepthForSSR

readonly TransmissionDepthForSSR: RenderModule<FrameGraphContext> = TransmissionDepthForSSRModule

HiZ

readonly HiZ: RenderModule<FrameGraphContext> = HiZModule

SSSProfile

readonly SSSProfile: RenderModule<FrameGraphContext> = SSSProfileModule

SceneColorGrab

readonly SceneColorGrab: RenderModule<FrameGraphContext> = SceneColorGrabModule

LightPass

readonly LightPass: RenderModule<FrameGraphContext> = LightPassModule

SkyPass

readonly SkyPass: RenderModule<FrameGraphContext> = SkyPassModule

Underwater

readonly Underwater: RenderModule<FrameGraphContext> = UnderwaterModule

CompositeTail

readonly CompositeTail: RenderModule<FrameGraphContext> = CompositeTailModule

Released under the MIT License.