Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
- FVulkanDynamicRHI::RHIFinalizeAsyncReallocateTexture2D()
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 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.