Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHITransientAllocationStats
| Name | EMemoryRangeFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include Path | #include "RHITransientResourceAllocator.h" |
Syntax
enum EMemoryRangeFlags
{
None = 0,
FastVRAM = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| FastVRAM | The memory range references platform specific fast RAM. |