Navigation
API > API/Runtime > API/Runtime/RHI
Async texture reallocation status, returned by RHIGetReallocateTexture2DStatus().
| Name | ETextureReallocationStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ETextureReallocationStatus
{
TexRealloc_Succeeded = 0,
TexRealloc_Failed,
TexRealloc_InProgress,
}
Values
| Name | Remarks |
|---|---|
| TexRealloc_Succeeded | |
| TexRealloc_Failed | |
| TexRealloc_InProgress |