Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineStateCache.h |
| Include | #include "PipelineStateCache.h" |
Syntax
struct FPSOPrecacheRequestID
Remarks
Unique request ID of PSOPrecache which can be used to boost the priority of a PSO precache requests if it's needed for rendering.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 30 | RequestID | ||
| uint32: 2 | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPSOPrecacheRequestID& rhs |
||
| bool | operator==
(
const FPSOPrecacheRequestID& Other |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |