Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERayTracingGeometryInitializerType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
enum ERayTracingGeometryInitializerType
{
Rendering,
StreamingDestination,
StreamingSource,
}
Values
| Name | Remarks |
|---|---|
| Rendering | Fully initializes the RayTracingGeometry object: creates underlying buffer and initializes shader parameters. |
| StreamingDestination | Does not create underlying buffer or shader parameters. Used by the streaming system as an object that is streamed into. |
| StreamingSource | Creates buffers but does not create shader parameters. Used for intermediate objects in the streaming system. |