UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
D3D12Stats.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Stats/Stats.h"
6
18DECLARE_STATS_GROUP(TEXT("D3D12RHI: Descriptor Heap (GPU Visible)"), STATGROUP_D3D12DescriptorHeap, STATCAT_Advanced);
19
22
27
30
42
44
53
58
60
63
65
72
82
85
87
96
102
108
112
115
118
121
128
133
135
140
143
151
157
160
163
167
168
170{
171 // in bytes, never change after RHI, needed to scale game features
173
174 // in bytes, never change after RHI, needed to scale game features
176
177 // in bytes, never change after RHI, needed to scale game features
179
180 // In bytes. Never changed after RHI init. Our estimate of the amount of memory that we can use for graphics resources in total.
182};
#define TEXT(x)
Definition Platform.h:1272
FPlatformTypes::int64 int64
A 64-bit signed integer.
Definition Platform.h:1127
#define DECLARE_MEMORY_STAT_POOL_EXTERN(CounterName, StatId, GroupId, Pool, API)
Definition Stats.h:688
#define DECLARE_CYCLE_STAT_WITH_FLAGS_EXTERN(CounterName, StatId, GroupId, StatFlags, API)
Definition Stats.h:680
#define DECLARE_CYCLE_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition Stats.h:679
#define DECLARE_DWORD_COUNTER_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition Stats.h:682
#define DECLARE_STATS_GROUP(GroupDesc, GroupId, GroupCat)
Definition Stats.h:689
#define DECLARE_DWORD_ACCUMULATOR_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition Stats.h:684
#define DECLARE_FLOAT_ACCUMULATOR_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition Stats.h:683
#define DECLARE_MEMORY_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition Stats.h:687
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition D3D12Stats.h:170
static int64 GDedicatedVideoMemory
Definition D3D12Stats.h:172
static int64 GDedicatedSystemMemory
Definition D3D12Stats.h:175
static int64 GTotalGraphicsMemory
Definition D3D12Stats.h:181
static int64 GSharedSystemMemory
Definition D3D12Stats.h:178
@ MCR_GPUSystem
Definition GenericPlatformMemory.h:253