Navigation
API > API/Runtime > API/Runtime/RHICore
References
| Module | RHICore |
| Header | /Engine/Source/Runtime/RHICore/Public/RHICoreTransientResourceAllocator.h |
| Include | #include "RHICoreTransientResourceAllocator.h" |
Syntax
struct FRHITransientResourceStats
Remarks
Tracks allocation statistics for buffer or texture resources.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | AllocatedSize | The number of bytes allocated from the transient allocator this cycle. | |
| uint32 | AllocationCount | The number of allocations made from the transient allocator this cycle. | |
| uint32 | CreateCount | The number of resource creations made from the transient allocator this cycle. | |
| uint32 | DeallocationCount | The number of deallocations made from the transient allocator this cycle. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FRHITransientResourceStats& Other |
||
| void | Allocate
(
uint64 Size |
||
| void | Deallocate
(
uint64 Size |