Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERayTracingPipelineCacheFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/PipelineStateCache.h |
| Include Path | #include "PipelineStateCache.h" |
Syntax
enum ERayTracingPipelineCacheFlags
{
Default = 0,
NonBlocking = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| Default | Query the pipeline cache, create pipeline if necessary. |
| NonBlocking | Query the pipeline cache, create a background task to create the pipeline if necessary. |