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 PartialDefragmentationSlow
&40;
FRelocationStats & Stats,
double StartTime
&41;
Remarks
Performs a partial defrag doing slow all chunk search to find used chunks to move that are surrounded by other used chunks That a freechunk walk won't find.
Parameters
| Name | Description |
|---|---|
| Stats | [out] Stats |
| StartTime | Start time, used for limiting the Tick() time |