Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include | #include "RHITransientResourceAllocator.h" |
Syntax
struct FRHITransientPageAllocation
Remarks
Represents a full set of page allocations from multiple page pools.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRHITransientPagePoolAllocation > | PoolAllocations | The list of allocations by pool. | |
| TArray< FRHITransientPageSpan > | Spans | The full list of spans indexed by each allocation. |