Navigation
API > API/Runtime > API/Runtime/RHI
References
| |
|
| Module |
RHI |
| Header |
/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include |
#include "RHIDefinitions.h" |
Syntax
enum ERHIFeatureSupport
{
Unsupported,
RuntimeDependent,
RuntimeGuaranteed,
Num,
NumBits = 2,
}
Values
| Name |
Description |
| 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 |
|