Navigation
API > API/Runtime > API/Runtime/Engine
Whether a material output should be computed per-vertex or per-pixel.
| Name | MIR::EMaterialOutputFrequency |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
namespace MIR
{
enum EMaterialOutputFrequency
{
PerVertex,
PerPixel,
}
}
Values
| Name | Remarks |
|---|---|
| PerVertex | |
| PerPixel |