Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphPass.h |
| Include | #include "RenderGraphPass.h" |
Syntax
class FRDGBarrierBatchEnd
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGBarrierBatchEnd
(
FRDGPass* InPass, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDependency
(
FRDGBarrierBatchBegin* BeginBatch |
Inserts a dependency on a begin batch. A begin batch can be inserted into more than one end batch. | |
| FRDGBarrierBatchEndId | GetId () |
||
| bool | IsPairedWith
(
const FRDGBarrierBatchBegin& BeginBatch |
||
| void | Reserve
(
uint32 TransitionBatchCount |
||
| void | Submit
(
FRHIComputeCommandList& RHICmdList, |