FRHIRenderPassInfo::FRHIRenderPassInfo

Color, no depth, optional resolve, optional mip, optional array slice.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIResources.h

Include

#include "RHIResources.h"

Syntax

FRHIRenderPassInfo
(
    FRHITexture * ColorRT,
    ERenderTargetActions ColorAction,
    FRHITexture * ResolveRT,
    uint32 InMipIndex,
    int32 InArraySlice
)

Remarks

Color, no depth, optional resolve, optional mip, optional array slice.

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