Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
Description
Adds a user-defined dependency between two passes. This can be used to fine-tune async compute overlap by forcing a sync point.
| Name | AddPassDependency |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphBuilder.cpp |
void AddPassDependency
(
FRDGPass * Producer,
FRDGPass * Consumer
)