Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
Description
Tells the RDG Builder that it is safe not to issue a fence from Async Compute -> Graphics at the start of the graph. By default RDG will issue the fence to keep new work from overlapping with work from prior builders.
| Name | SkipInitialAsyncComputeFence |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.inl |
void SkipInitialAsyncComputeFence()