FRDGTextureMSAA

Simple pair of RDG textures used for MSAA.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphUtils.h"

Syntax

struct FRDGTextureMSAA

Remarks

Simple pair of RDG textures used for MSAA.

Variables

Name Description

Public variable

FRDGTextureRef

 

Resolve

Public variable

FRDGTextureRef

 

Target

Constructors

Name Description

Public function

FRDGTextureMSAA()

Public function

FRDGTextureMSAA

(
    FRDGTextureRef InTexture
)

Public function

FRDGTextureMSAA

(
    FRDGTextureRef InTarget,
    FRDGTextureRef InResolve
)

Functions

Name Description

Public function Const

bool

 

IsSeparate()

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FRDGTextureMSAA Other
)

Public function Const

bool

 

operator==

(
    FRDGTextureMSAA Other
)

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