Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHICancelAsyncReallocateTexture2D()
- FVulkanDynamicRHI::RHICancelAsyncReallocateTexture2D()
References
| Module | VulkanRHI |
| Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
| Include | #include "VulkanDynamicRHI.h" |
| Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.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.