Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERayTracingAccelerationStructureFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
enum ERayTracingAccelerationStructureFlags
{
None = 0,
AllowUpdate = 1 << 0,
AllowCompaction = 1 << 1,
FastTrace = 1 << 2,
FastBuild = 1 << 3,
MinimizeMemory = 1 << 4,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowUpdate | |
| AllowCompaction | |
| FastTrace | |
| FastBuild | |
| MinimizeMemory |