Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FGraphicsPipelineRenderTargetsInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasFragmentDensityAttachment | ||
| FExclusiveDepthStencil | DepthStencilAccess | ||
| ETextureCreateFlags | DepthStencilTargetFlag | ||
| EPixelFormat | DepthStencilTargetFormat | ||
| ERenderTargetLoadAction | DepthTargetLoadAction | ||
| ERenderTargetStoreAction | DepthTargetStoreAction | ||
| uint8 | MultiViewCount | ||
| uint16 | NumSamples | ||
| TStaticArray< ETextureCreateFlags, MaxSimultaneousRenderTargets > | RenderTargetFlags | ||
| TStaticArray< uint8, MaxSimultaneousRenderTargets > | RenderTargetFormats | ||
| uint32 | RenderTargetsEnabled | ||
| ERenderTargetLoadAction | StencilTargetLoadAction | ||
| ERenderTargetStoreAction | StencilTargetStoreAction |
Constructors
| Type | Name | Description | |
|---|---|---|---|