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 BlockOnSyncIndex
(
uint32 SyncIndex
)
Remarks
Blocks the calling thread until the specified sync index has been completed.
Parameters
| Name | Description |
|---|---|
| SyncIndex | Sync index to wait for |