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