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