Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERenderThreadIdleTypes::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
namespace ERenderThreadIdleTypes
{
enum Type
{
WaitingForAllOtherSleep,
WaitingForGPUQuery,
WaitingForGPUPresent,
Num,
}
}
Values
| Name | Remarks |
|---|---|
| WaitingForAllOtherSleep | |
| WaitingForGPUQuery | |
| WaitingForGPUPresent | |
| Num |