FRenderTargetBinding

Render graph information about how to bind a render target.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "ShaderParameterMacros.h"

Syntax

struct FRenderTargetBinding

Remarks

Render graph information about how to bind a render target.

Constructors

Name Description

Public function

FRenderTargetBinding()

Public function

FRenderTargetBinding

(
    const FRenderTargetBinding&
)

Public function

FRenderTargetBinding

(
    FRDGTexture* InTexture,
    ERenderTargetLoadAction InLoadActio...,
    uint8 InMipIndex,
    int32 InArraySlice,
    ERenderTargetMsaaPlane InMsaaPlane
)

Creates a render target binding informations.

Functions

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