Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
Include |
#include "RHIDefinitions.h" |
enum ETextureReallocationStatus
{
TexRealloc_Succeeded = 0,
TexRealloc_Failed,
TexRealloc_InProgress,
}
Name |
Description |
---|---|
TexRealloc_Succeeded |
|
TexRealloc_Failed |
|
TexRealloc_InProgress |
Async texture reallocation status, returned by RHIGetReallocateTexture2DStatus().