Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERayTracingGeometryType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
enum ERayTracingGeometryType
{
RTGT_Triangles,
RTGT_Procedural,
}
Values
| Name | Remarks |
|---|---|
| RTGT_Triangles | Indexed or non-indexed triangle list with fixed function ray intersection. |
| RTGT_Procedural | Custom primitive type that requires an intersection shader. |