Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderCommandFence
| Name | ESyncDepth |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h |
| Include Path | #include "RenderCommandFence.h" |
Syntax
enum ESyncDepth
{
RenderThread,
RHIThread,
Swapchain,
}
Values
| Name | Remarks |
|---|---|
| RenderThread | The fence will be signalled by the render thread. |
| RHIThread | The fence will be enqueued to the RHI thread via a command on the immediate command list and signalled once all prior parallel translation and submission is complete. |
| Swapchain | The fence will be signalled according to the rate of flips in the swapchain. |