FPixelShaderUtils::AddFullscreenPass

Dispatch a pixel shader to render graph builder with its parameters.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/PixelShaderUtils.h

Include

#include "PixelShaderUtils.h"

Syntax

template<typename TShaderClass>
static void AddFullscreenPass
(
    FRDGBuilder & GraphBuilder,
    const FGlobalShaderMap * GlobalShaderMap,
    FRDGEventName && PassName,
    const TShaderRef< TShaderClass > & PixelShader,
    typename TShaderClass::FParameters * Parameters,
    const FIntRect & Viewport,
    FRHIBlendState * BlendState,
    FRHIRasterizerState * RasterizerState,
    FRHIDepthStencilState * DepthStencilState,
    uint32 StencilRef
)

Remarks

Dispatch a pixel shader to render graph builder with its parameters.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss