Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGraphicsPipelineStateInitialize-
| Name | EPSOPrecacheCompileType |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
enum EPSOPrecacheCompileType
{
NotSet = 0,
MinPri = 1,
NormalPri = 2,
MaxPri = 3,
NumTypes = 4,
}
Values
| Name | Remarks |
|---|---|
| NotSet | |
| MinPri | |
| NormalPri | |
| MaxPri | |
| NumTypes |