Navigation
API > API/Runtime > API/Runtime/NullDrv > API/Runtime/NullDrv/FNullDynamicRHI
- FDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
- FNullDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
References
| Module | NullDrv |
| Header | /Engine/Source/Runtime/NullDrv/Public/NullRHI.h |
| Include | #include "NullRHI.h" |
virtual ETextureReallocationStatus RHIFinalizeAsyncReallocateTexture2D
(
FRHITexture * Texture2D,
bool bBlockUntilCompleted
)
Remarks
Finalizes an async reallocation request. If bBlockUntilCompleted is false, it will only poll the status and finalize if the reallocation has completed.