D3D12.GlobalSamplerHeapSize
D3D12.GlobalSamplerHeapSize
#Overview
name: D3D12.GlobalSamplerHeapSize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Global sampler descriptor heap size
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/D3D12RHI/Private/D3D12StateCache.cpp:35
Scope: file
Source code excerpt:
int32 GGlobalSamplerHeapSize = 2048;
static FAutoConsoleVariableRef CVarGlobalSamplerHeapSize(
TEXT("D3D12.GlobalSamplerHeapSize"),
GGlobalSamplerHeapSize,
TEXT("Global sampler descriptor heap size"),
ECVF_ReadOnly
);
// This value defines how many descriptors will be in the device online view heap which