Navigation
API > API/Runtime > API/Runtime/RHI
Description
Evicts unused state entries based on r.pso.evictiontime time. Called in RHICommandList::BeginFrame
Called at the end of each frame during the RHI . Evicts all items left in the backfill cached based on time
| Name | PipelineStateCache::FlushResources |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PipelineStateCache.h |
| Include Path | #include "PipelineStateCache.h" |
| Source | /Engine/Source/Runtime/RHI/Private/PipelineStateCache.cpp |
namespace PipelineStateCache
{
void PipelineStateCache::FlushResources()
}