r.SkipDrawOnPSOPrecaching
r.SkipDrawOnPSOPrecaching
#Overview
name: r.SkipDrawOnPSOPrecaching
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Skips mesh draw call when the PSO is still compiling (default 0).
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/Renderer/Private/MeshPassProcessor.cpp:54
Scope: file
Source code excerpt:
int32 GSkipDrawOnPSOPrecaching = 0;
static FAutoConsoleVariableRef CVarSkipDrawOnPSOPrecaching(
TEXT("r.SkipDrawOnPSOPrecaching"),
GSkipDrawOnPSOPrecaching,
TEXT("Skips mesh draw call when the PSO is still compiling (default 0)."),
ECVF_RenderThreadSafe
);
#if WITH_EDITORONLY_DATA