r.pso.PrecompileThreadPoolThreadPriority
r.pso.PrecompileThreadPoolThreadPriority
#Overview
name: r.pso.PrecompileThreadPoolThreadPriority
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Thread priority for the PSO precompile pool
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/RHI/Private/PipelineStateCache.cpp:256
Scope: file
Source code excerpt:
int32 GPSOPrecompileThreadPoolThreadPriority = (int32)EThreadPriority::TPri_BelowNormal;
static FAutoConsoleVariableRef CVarStreamingTextureIOPriority(
TEXT("r.pso.PrecompileThreadPoolThreadPriority"),
GPSOPrecompileThreadPoolThreadPriority,
TEXT("Thread priority for the PSO precompile pool"),
ECVF_RenderThreadSafe);
class FPSOPrecacheThreadPool