Navigation
API > API/Runtime > API/Runtime/RHI
| Name | EAccelerationStructureBuildMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include Path | #include "RHIContext.h" |
Syntax
enum EAccelerationStructureBuildMode
{
Build,
Update,
}
Values
| Name | Remarks |
|---|---|
| Build | Perform a full acceleration structure build. |
| Update | Update existing acceleration structure, based on new vertex positions. |