Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/PipelineCacheUtilities.h |
| Include | #include "PipelineCacheUtilities.h" |
Syntax
struct FPermsPerPSO
Remarks
Describes a PSO with an array of other stable shaders that could be used with it.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool[SF_NumFrequencies] | ActivePerSlot | Boolean table describing which frequencies are active (i.e. have valid shaders). | |
| TArray< FPermutation > | Permutations | Array of other stable shaders whose hashes were the same, so they could potentially be used in this PSO. | |
| const FPipelineCacheFileFormatPSO * | PSO | Original PSO (as recorded during the collection run). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPermsPerPSO () |