Navigation
API > API/Runtime > API/Runtime/RHI
Description
Clears all pipeline cached state. Called on shutdown, calling GetAndOrCreate after this will recreate state
| Name | PipelineStateCache::Shutdown |
| 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::Shutdown()
}