Navigation
API > API/Runtime > API/Runtime/RHICore
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
class FRHITransientHeap
Remarks
The base class for a platform heap implementation. Transient resources are placed on the heap at specific byte offsets. Each heap additionally contains a cache of RHI transient resources, each with its own RHI resource and cache of RHI views. The lifetime of the resource cache is tied to the heap.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHITransientHeap
(
const FInitializer& InInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitializer | |||
| FResourceInitializer |
Typedefs
| Name | Description |
|---|---|
| FCreateBufferFunction | |
| FCreateTextureFunction |