Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| |
|
| Module |
RenderCore |
| Header |
/Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h |
| Include |
#include "VirtualTexturing.h" |
Syntax
enum EVTRequestPageStatus
{
Invalid,
Saturated,
Pending,
Available,
}
Values
| Name |
Description |
| Invalid |
The request is invalid and no data will ever be available |
| Saturated |
Requested data is not being produced, and a request can't be started as some part of the system is at capacity. |
| Pending |
Requested data is currently being produced, but is not yet ready. |
| Available |
Requested data is available |