Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphValidation.h |
| Include | #include "RenderGraphValidation.h" |
Syntax
class FRDGBarrierValidation
Remarks
This class validates and logs barriers submitted by the graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGBarrierValidation
(
const FRDGBarrierValidation& |
|||
FRDGBarrierValidation
(
const FRDGPassRegistry* InPasses, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ValidateBarrierBatchBegin
(
const FRDGPass* Pass, |
Validates a begin barrier batch just prior to submission to the command list. | |
| void | ValidateBarrierBatchEnd
(
const FRDGPass* Pass, |
Validates an end barrier batch just prior to submission to the command list. |
Typedefs
| Name | Description |
|---|---|
| FBarrierBatchMap |