Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EMaterialShadingRate |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum EMaterialShadingRate
{
MSR_1x1,
MSR_2x1,
MSR_1x2,
MSR_2x2,
MSR_4x2,
MSR_2x4,
MSR_4x4,
MSR_Count,
}
Values
| Name | Remarks |
|---|---|
| MSR_1x1 | |
| MSR_2x1 | |
| MSR_1x2 | |
| MSR_2x2 | |
| MSR_4x2 | |
| MSR_2x4 | |
| MSR_4x4 | |
| MSR_Count |