FRenderTargetBinding::FRenderTargetBinding

Creates a render target binding informations.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "ShaderParameterMacros.h"

Syntax

FRenderTargetBinding
(
    FRDGTexture * InTexture,
    ERenderTargetLoadAction InLoadAction,
    uint8 InMipIndex,
    int32 InArraySlice,
    ERenderTargetMsaaPlane InMsaaPlane
)

Remarks

Creates a render target binding informations.

Notes: Load and store action are on purpose without default values, to force the user to not forget one of these.

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