Navigation
API > API/Runtime > API/Runtime/RHI
| Name | EImmediateFlushType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
namespace EImmediateFlushType
{
enum Type
{
WaitForOutstandingTasksOnly = 0,
DispatchToRHIThread = 1,
FlushRHIThread = 2,
FlushRHIThreadFlushResources = 3,
}
}
Values
| Name | Remarks |
|---|---|
| WaitForOutstandingTasksOnly | |
| DispatchToRHIThread | |
| FlushRHIThread | |
| FlushRHIThreadFlushResources |