FGPUDefragAllocator::FMemoryChunk::SetSyncIndex

Sets the relocation sync index.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h

Include

#include "GPUDefragAllocator.h"

Syntax

void SetSyncIndex
(
    uint32 InSyncIndex,
    int64 InSyncSize
)

Remarks

Sets the relocation sync index.

Parameters

Parameter

Description

InSyncIndex

GPU synchronization identifier that can be compared with BestFitAllocator::CompletedSyncIndex

InSyncSize

Number of uint8s that require GPU synchronization (starting from the beginning of the chunk)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss