Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include | #include "GPUDefragAllocator.h" |
| Source | /Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp |
void PartialDefragmentationFast
(
FRelocationStats & Stats,
double StartTime
)
Remarks
Performs a partial defrag doing fast checks only. Adjacency and freelist walk.
Parameters
| Name | Description |
|---|---|
| Stats | [out] Stats |
| StartTime | Start time, used for limiting the Tick() time |