Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderCommandFence
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h |
| Include | #include "RenderCommandFence.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp |
void Wait
(
bool bProcessGameThreadTasks
) const
Remarks
Waits for pending fence commands to retire. Waits for pending fence commands to retire.
Parameters
| Name | Description |
|---|---|
| bProcessGameThreadTasks, if | true we are on a short callstack where it is safe to process arbitrary game thread tasks while we wait |