Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineStateCache.h |
| Include | #include "PipelineStateCache.h" |
Syntax
enum EApplyRendertargetOption
{
DoNothing = 0,
CheckApply = 1 << 0,
ForceApply = CheckApply,
}
Values
| Name | Description |
|---|---|
| DoNothing | |
| CheckApply | |
| ForceApply |
Remarks
Utility flags for modifying render target behavior on a PSO.