Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIUtilities.h |
| Include | #include "RHIUtilities.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHIUtilities.cpp |
void DecodeRenderTargetMode
(
ESimpleRenderTargetMode Mode,
ERenderTargetLoadAction & ColorLoadAction,
ERenderTargetStoreAction & ColorStoreAction,
ERenderTargetLoadAction & DepthLoadAction,
ERenderTargetStoreAction & DepthStoreAction,
ERenderTargetLoadAction & StencilLoadAction,
ERenderTargetStoreAction & StencilStoreAction,
FExclusiveDepthStencil DepthStencilUsage
)
Remarks
Convert the ESimpleRenderTargetMode into usable values