Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERHIBindlessSupport |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ERHIBindlessSupport
{
Unsupported,
RayTracingOnly,
AllShaderTypes,
NumBits = 2,
}
Values
| Name | Remarks |
|---|---|
| Unsupported | |
| RayTracingOnly | |
| AllShaderTypes | |
| NumBits |