Navigation
API > API/Runtime > API/Runtime/RHI
The RHI's currently enabled shading path.
| Name | ERHIShadingPath::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
namespace ERHIShadingPath
{
enum Type
{
Deferred,
Forward,
Mobile,
Num,
}
}
Values
| Name | Remarks |
|---|---|
| Deferred | |
| Forward | |
| Mobile | |
| Num |