Navigation
API > API/Runtime > API/Runtime/RHICore
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
class FRHITransientPagePool
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FInitializer | Initializer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHITransientPagePool
(
const FInitializer& InInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate
(
FAllocationContext& AllocationContext |
||
| void | Deallocate
(
uint32 SpanIndex |
||
| void | Flush
(
FRHICommandListImmediate& RHICmdList |
||
| uint64 | GetCapacity () |
||
| uint64 | |||
| uint64 | |||
| bool | IsEmpty () |
||
| bool | IsFull () |
||
| void | SetGpuVirtualAddress
(
uint64 InGpuVirtualAddress |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAllocationContext | |||
| FInitializer | |||
| FPageMapRequest |