Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
- FDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
- FVulkanDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
- FNullDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
- FOpenGLDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
Include | #include "DynamicRHI.h" |
ETextureReallocationStatus RHIFinalizeAsyncReallocateTexture2D
&40;
FRHITexture2D &42; Texture2D,
bool bBlockUntilCompleted
&41;
Remarks
Finalizes an async reallocation request. If bBlockUntilCompleted is false, it will only poll the status and finalize if the reallocation has completed.
- Current reallocation status: TexRealloc_Succeeded Reallocation succeeded TexRealloc_Failed Reallocation failed TexRealloc_InProgress Reallocation is still in progress, try again later
Parameters
Name | Description |
---|---|
Texture2D | Texture to finalize the reallocation for |
bBlockUntilCompleted | Whether the function should block until the reallocation has completed |