Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include | #include "RenderGraphDefinitions.h" |
Syntax
enum ERDGSetupTaskWaitPoint
{
Compile = 0,
Execute = 1,
MAX,
}
Values
| Name | Description |
|---|---|
| Compile | (Default) Setup task is synced prior to compilation. |
| Execute | Setup task is synced prior to execution. |
| MAX |