Navigation
API > API/Runtime > API/Runtime/RHICore > API/Runtime/RHICore/FRHITransientPagePool
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
struct FAllocationContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | AllocationCount | ||
| uint32 | AllocationMatchingCount | ||
| TArray< FRHITransientPagePoolAllocation > & | Allocations | ||
| const TArray< FRHITransientPagePoolAllocation, TInlineAllocator< 8 > > | AllocationsBefore | ||
| const uint64 | GpuVirtualAddress | ||
| uint32 | MaxAllocationPage | ||
| uint32 | PagesAllocated | ||
| uint32 | PagesMapped | ||
| uint32 | PageSpansAllocated | ||
| uint32 | PagesRemaining | ||
| FRHITransientResource & | Resource | ||
| const uint64 | Size | ||
| TArray< FRHITransientPageSpan > & | Spans |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAllocationContext
(
FRHITransientResource& InResource, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsComplete () |