Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h |
| Include | #include "RenderGraphUtils.h" |
Syntax
class FRDGExternalAccessQueue
Remarks
Batches up RDG external resource access mode requests and submits them all at once to RDG.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
FRDGViewableResource* Resource, |
||
| void | AddUnique
(
FRDGViewableResource* Resource, |
||
| bool | Contains
(
FRDGViewableResource* Resource |
||
| bool | IsEmpty () |
||
| void | |||
| void | Submit
(
FRDGBuilder& GraphBuilder |