Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERHIFeatureSupport |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ERHIFeatureSupport
{
Unsupported,
RuntimeDependent,
RuntimeGuaranteed,
Num,
NumBits = 2,
}
Values
| Name | Remarks |
|---|---|
| Unsupported | The RHI feature is completely unavailable at runtime. |
| RuntimeDependent | The RHI feature can be available at runtime based on hardware or driver. |
| RuntimeGuaranteed | The RHI feature is guaranteed to be available at runtime. |
| Num | |
| NumBits |