PipelineStateCache::FlushResources

Evicts unused state entries based on r.pso.evictiontime time.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/PipelineStateCache.h

Include

#include "PipelineStateCache.h"

Source

/Engine/Source/Runtime/RHI/Private/PipelineStateCache.cpp

Syntax

namespace PipelineStateCache
{
    void PipelineStateCache::FlushResources()
}

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss