Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | EShaderCompileJobStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCompilerJobTypes.h |
| Include Path | #include "ShaderCompilerJobTypes.h" |
Syntax
enum EShaderCompileJobStatus
{
Unset,
Ready,
Skipped,
Cancelled,
PendingDDC,
Queued,
PendingDistributedExecution,
PendingLocalExecution,
CompleteDistributedExecution,
CompleteFoundInCache,
CompleteFoundInDDC,
CompleteLocalExecution,
}
Values
| Name | Remarks |
|---|---|
| Unset | |
| Ready | |
| Skipped | |
| Cancelled | |
| PendingDDC | |
| Queued | |
| PendingDistributedExecution | |
| PendingLocalExecution | |
| CompleteDistributedExecution | |
| CompleteFoundInCache | |
| CompleteFoundInDDC | |
| CompleteLocalExecution |