Navigation
API > API/Runtime > API/Runtime/Engine
Identifies the block of execution in which an instruction runs. Note: If you introduce a new stage, make sure you update EValueFlags accordingly.
| Name | MIR::EStage |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
namespace MIR
{
enum EStage
{
Stage_Vertex,
Stage_Pixel,
Stage_Compute,
NumStages,
}
}
Values
| Name | Remarks |
|---|---|
| Stage_Vertex | |
| Stage_Pixel | |
| Stage_Compute | |
| NumStages |