Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/IPathTracingSpatialTemporalDenoi-
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/PathTracingDenoiser.h |
| Include | #include "PathTracingDenoiser.h" |
Syntax
struct FInputs
Remarks
Inputs of the path tracing denoiser.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureRef | AlbedoTex | ||
| bool | bForceSpatialDenoiserOnly | ||
| FRDGTextureRef | ColorTex | ||
| int | DenoisingFrameId | ||
| FRDGTextureRef | FlowTex | ||
| FRDGTextureRef | NormalTex | ||
| FRDGTextureRef | OutputTex | ||
| TRefCountPtr< IHistory > | PrevHistory | The history of the previous frame set by FOutputs::NewHistory. | |
| FRDGTextureRef | PreviousOutputTex |