Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHITransientPageSpan |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include Path |
#include "RHITransientResourceAllocator.h" |
Syntax
struct FRHITransientPageSpan
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Count |
uint16 |
Number of pages in the span. |
RHITransientResourceAllocator.h |
|
| Offset |
uint16 |
Offset of the span in the page pool in pages. |
RHITransientResourceAllocator.h |
|