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