Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include | #include "RHITransientResourceAllocator.h" |
Syntax
struct FRHITransientPagePoolAllocation
Remarks
Represents an allocation from a transient page pool.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Hash | A unique hash identifying this allocation to the allocator implementation. | |
| FRHITransientPagePool * | Pool | The transient page pool which made the allocation. | |
| uint16 | SpanIndex | The index identifying the allocation to the page pool. | |
| uint16 | SpanOffsetMax | ||
| uint16 | SpanOffsetMin | Offsets into the array of spans for the allocator implementation. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |