d3d12.VRAMBufferPoolDefrag.MaxCopySizePerFrame
d3d12.VRAMBufferPoolDefrag.MaxCopySizePerFrame
#Overview
name: d3d12.VRAMBufferPoolDefrag.MaxCopySizePerFrame
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Max amount of data to copy during defragmentation in a single frame (default 32MB)
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/D3D12Allocation.cpp:76
Scope: file
Source code excerpt:
static int32 GD3D12VRAMBufferPoolDefragMaxCopySizePerFrame = BUFFER_POOL_DEFRAG_MAX_COPY_SIZE_PER_FRAME;
static FAutoConsoleVariableRef CVarD3D12VRAMBufferPoolDefragMaxCopySizePerFrame(
TEXT("d3d12.VRAMBufferPoolDefrag.MaxCopySizePerFrame"),
GD3D12VRAMBufferPoolDefragMaxCopySizePerFrame,
TEXT("Max amount of data to copy during defragmentation in a single frame (default 32MB)"),
ECVF_ReadOnly);
#endif // USE_BUFFER_POOL_ALLOCATOR
#if USE_TEXTURE_POOL_ALLOCATOR