Navigation
API > API/Runtime > API/Runtime/RenderCore
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
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureRef | Resolve | ||
| FRDGTextureRef | Target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGTextureMSAA
(
FRDGTextureRef InTexture |
|||
FRDGTextureMSAA
(
FRDGTextureRef InTarget, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSeparate () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FRDGTextureMSAA Other |
||
| bool | operator==
(
FRDGTextureMSAA Other |