d3d12.PoolAllocator.RTUAVTextureVRAMPoolSize

d3d12.PoolAllocator.RTUAVTextureVRAMPoolSize

#Overview

name: d3d12.PoolAllocator.RTUAVTextureVRAMPoolSize

This variable is created as a Console Variable (cvar).

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:99

Scope: file

Source code excerpt:

static int32 GD3D12PoolAllocatorRTUAVTextureVRAMPoolSize = 0 * 1024 * 1024;
static FAutoConsoleVariableRef CVarD3D12PoolAllocatorRTUAVTextureVRAMPoolSize(
	TEXT("d3d12.PoolAllocator.RTUAVTextureVRAMPoolSize"),
	GD3D12PoolAllocatorRTUAVTextureVRAMPoolSize,
	TEXT("Pool size of a single VRAM RTUAV Texture memory pool (default 0MB - disabled)"),
	ECVF_ReadOnly);

static int32 GD3D12PoolAllocatorRTUAVTextureVRAMMaxAllocationSize = 0 * 1024 * 1024;
static FAutoConsoleVariableRef CVarD3D12PoolAllocatorRTUAVTextureMaxAllocationSize(