Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIRenderPassInfo > API/Runtime/RHI/FRHIRenderPassInfo/__ctor
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
FRHIRenderPassInfo
(
FRHITexture * ColorRT,
ERenderTargetActions ColorAction,
FRHITexture * ResolveColorRT,
FRHITexture * DepthRT,
EDepthStencilTargetActions DepthActions,
FRHITexture * ResolveDepthRT,
FRHITexture * InShadingRateTexture,
EVRSRateCombiner InShadingRateTextureCombiner,
FExclusiveDepthStencil InEDS
)
Remarks
Color and depth with resolve and optional sample density.