Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineFileCache.h |
| Include | #include "PipelineFileCache.h" |
Syntax
struct FPipelineStateStats
Remarks
Tracks stats for the current session between opening & closing the file-cache.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | CreateCount | ||
| int64 | FirstFrameUsed | ||
| int64 | LastFrameUsed | ||
| uint32 | PSOHash | ||
| int64 | TotalBindCount |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateStats
(
FPipelineStateStats* Stats |