Navigation
API > API/Runtime > API/Runtime/OpenGLDrv > API/Runtime/OpenGLDrv/FOpenGLDynamicRHI
- FDynamicRHI::RHICancelAsyncReallocateTexture2D()
- FOpenGLDynamicRHI::RHICancelAsyncReallocateTexture2D()
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h |
| Include | #include "OpenGLDrv.h" |
| Source | /Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp |
virtual ETextureReallocationStatus RHICancelAsyncReallocateTexture2D
(
FRHITexture2D * Texture2D,
bool bBlockUntilCompleted
)
Remarks
Cancels an async reallocation for the specified texture. This should be called for the new texture, not the original. Reallocation status
Parameters
| Name | Description |
|---|---|
| Texture | Texture to cancel |
| bBlockUntilCompleted | If true, blocks until the cancellation is fully completed |