Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FPixelShaderUtils
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/PixelShaderUtils.h |
| Include | #include "PixelShaderUtils.h" |
template<typename TShaderClass>
static void AddFullscreenPass
&40;
FRDGBuilder & GraphBuilder,
const FGlobalShaderMap &42; GlobalShaderMap,
FRDGEventName && PassName,
const TShaderRef< TShaderClass > & PixelShader,
typename TShaderClass::FParameters &42; Parameters,
const FIntRect & Viewport,
FRHIBlendState &42; BlendState,
FRHIRasterizerState &42; RasterizerState,
FRHIDepthStencilState &42; DepthStencilState,
uint32 StencilRef
&41;
Remarks
Dispatch a pixel shader to render graph builder with its parameters.